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