Package org.immutables.generator
Annotation Type Generator.Import
-
@Inherited @Target({TYPE,PACKAGE}) public static @interface Generator.ImportImports classes as simple name aliases to be available to template language. Special kind of annotation inheritance works. All imports combined together fromGenerator.Importannotations of template classes and enclosing packages, as well as from superclasses and their respective packages. Where the formerd declaration override the latter ones.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<?>[]value
-