Annotation Type PluginElement
-
@Documented @Retention(RUNTIME) @Target({PARAMETER,FIELD}) @PluginVisitorStrategy(PluginElementVisitor.class) public @interface PluginElement
Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.
-
-
Element Detail
-
value
String value
Identifies the case-insensitive element name (or attribute name) this corresponds with in a configuration file.
-
-