Annotation Type Generator.Import


  • @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
      java.lang.Class<?>[] value  
    • Element Detail

      • value

        java.lang.Class<?>[] value