Annotation Type PluginVisitorStrategy


@Documented @Retention(RUNTIME) @Target(ANNOTATION_TYPE) public @interface PluginVisitorStrategy
Meta-annotation to denote the class name to use that implements PluginVisitor for the annotated annotation.
  • Element Details

    • value

      Class<? extends PluginVisitor<? extends Annotation>> value
      The class to use that implements PluginVisitor for the given annotation. The generic type in PluginVisitor should match the annotation this annotation is applied to.