@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface AnnotationProcessorImplementation
Indicates what AnnotationProcessor implementation should be used to process the correlating annotation.
| Type | Name and Description |
|---|---|
Class<? extends AnnotationProcessor> |
valueReturns the processor type responsible for interpreting the annotated contract annotation. |
Returns the processor type responsible for interpreting the annotated contract annotation.