Annotation Interface Processors
@Usage(JavacExtension.class)
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface Processors
Denotes the annotation processors to be applied during compilation.
-
Required Element Summary
Required Elements
-
Element Details
-
value
The types of the annotation processors to be applied.- Returns:
- the type of the annotation processors
-