Annotation Type PluginValue
-
@Documented @Retention(RUNTIME) @Target({PARAMETER,FIELD}) @PluginVisitorStrategy(PluginValueVisitor.class) public @interface PluginValueIdentifies 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.Stringvalue
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleansubstituteIf false, standard configuration value substitution is not done on the referenced value.
-