- org.apache.groovy.contracts.annotations.meta.AnnotationProcessorImplementation
-
@Documented
@Retention(RetentionPolicy.RUNTIME)
public @interface AnnotationProcessorImplementation
Indicates what AnnotationProcessor implementation should be used to process
the correlating annotation.
- See Also:
- AnnotationProcessor
-
-
Element Summary
Required Element Summary
Type |
Name and Description |
Class<? extends AnnotationProcessor> |
value
|
-
Inherited Methods Summary
-
-
Element Detail
-
public Class<? extends AnnotationProcessor> value
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.