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
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-