Annotation Type Generator.SupportedAnnotations


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

      • value

        java.lang.Class<? extends java.lang.annotation.Annotation>[] value