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.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Identifies the case-insensitive element name (or attribute name) this corresponds with in a configuration file.
-