-
@Documented @Retention(RUNTIME) @Target(TYPE) @Repeatable(ProcessesAnnotations.class) public @interface ProcessesAnnotation
Denotes the annotation types which are processed by the component.To simply use value and required are synonymous and either can be used. If both are used they are merged into a combined list.
Optional types are not needed in order for the component to generate output, but they may enhance the processing.
-
-
Element Detail
-
value
String value
Annotation type processed- Returns:
- annotation types
-
-