Annotation Type PluginVisitorStrategy
Meta-annotation to denote the class name to use that implements
PluginVisitor
for the annotated annotation.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass<? extends PluginVisitor<? extends Annotation>>
The class to use that implementsPluginVisitor
for the given annotation.
-
Element Details
-
value
Class<? extends PluginVisitor<? extends Annotation>> valueThe class to use that implementsPluginVisitor
for the given annotation. The generic type inPluginVisitor
should match the annotation this annotation is applied to.
-