Annotation Type Generator.SupportedAnnotations

Enclosing class:
Generator

@Target({TYPE,PACKAGE}) @Retention(RUNTIME) public static @interface Generator.SupportedAnnotations
Applies to the annotation processor extending AbstractGenerator to supply annotation names that processor will handle. Could be used instead of SupportedAnnotationTypes, which is also supported.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Annotation>[]