Annotation Type AnnotationProcessorImplementation
-
@Documented @Retention(RUNTIME) public @interface AnnotationProcessorImplementation
Indicates what
AnnotationProcessorimplementation should be used to process the correlating annotation.- See Also:
AnnotationProcessor
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends AnnotationProcessor>value
-
-
-
Element Detail
-
value
Class<? extends AnnotationProcessor> value
-
-