Annotation Type PluginValue
-
@Documented @Retention(RUNTIME) @Target({PARAMETER,FIELD}) @PluginVisitorStrategy(PluginValueVisitor.class) public @interface PluginValue
Identifies a parameter as a value. These correspond with property values generally, but are meant as values to be used as a placeholder value somewhere.- See Also:
PropertiesPlugin
-
-
Element Detail
-
value
String value
-
-