@Documented
@Retention(value=RUNTIME)
@Target(value={PARAMETER,FIELD})
@PluginVisitorStrategy(value=PluginElementVisitor.class)
public @interface PluginElement
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
Identifies the case-insensitive element name (or attribute name) this corresponds with in a configuration file.
|