Annotation Type PluginBuilderAttribute
-
@Documented @Retention(RUNTIME) @Target({PARAMETER,FIELD}) @PluginVisitorStrategy(PluginBuilderAttributeVisitor.class) public @interface PluginBuilderAttribute
Marks a field as a Plugin Attribute.
-
-
Element Detail
-
value
String value
Specifies the attribute name this corresponds to. If no attribute is set (i.e., a blank string), then the name of the field (or member) this annotation is attached to will be used.- Default:
- ""
-
-