Annotation Type Generator.Import

Enclosing class:
Generator

@Inherited @Target({TYPE,PACKAGE}) public static @interface Generator.Import
Imports classes as simple name aliases to be available to template language. Special kind of annotation inheritance works. All imports combined together from Generator.Import annotations 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
    Class<?>[]
     
  • Element Details

    • value

      Class<?>[] value