Annotation Interface AnnotationProcessorImplementation
Indicates what AnnotationProcessor implementation should be used to process
the correlating annotation.
- See Also:
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends AnnotationProcessor>Returns the processor type responsible for interpreting the annotated contract annotation.
-
Element Details
-
value
Class<? extends AnnotationProcessor> valueReturns the processor type responsible for interpreting the annotated contract annotation.- Returns:
- the annotation processor implementation
-