groovy / 4.0 / org / apache / groovy / contracts / annotations / meta / annotationprocessorimplementation.html

[Java] Annotation Type AnnotationProcessorImplementation

  • 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

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Element Detail

public Class<? extends AnnotationProcessor> value