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
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
substitute
If false, standard configuration value substitution is not done on the referenced value.
-