Package org.immutables.generator
Annotation Type Generator.SupportedAnnotations
-
@Target({TYPE,PACKAGE}) @Retention(RUNTIME) public static @interface Generator.SupportedAnnotationsApplies to the annotation processor extendingAbstractGeneratorto supply annotation names that processor will handle. Could be used instead ofSupportedAnnotationTypes, which is also supported.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends java.lang.annotation.Annotation>[]value
-