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:
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
If false, standard configuration value substitution is not done on the referenced value.
-
Element Details
-
value
String value
-
-
-
substitute
boolean substituteIf false, standard configuration value substitution is not done on the referenced value.- Default:
- true
-