public final class PluginVisitors extends Object
PluginVisitor
implementation for an annotation.Modifier and Type | Method and Description |
---|---|
static PluginVisitor<? extends Annotation> |
findVisitor(Class<? extends Annotation> annotation)
Creates a PluginVisitor instance for the given annotation class using metadata provided by the annotation's
PluginVisitorStrategy annotation. |
public static PluginVisitor<? extends Annotation> findVisitor(Class<? extends Annotation> annotation)
PluginVisitorStrategy
annotation. This instance must be further populated with
data to be useful. Such data is passed through both the setters and the visit method.annotation
- the Plugin annotation class to find a PluginVisitor for.null
otherwise.Copyright © 1999-2017. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.