Package io.vertigo.core.param
Annotation Interface ParamValue
Annotation to specify the name of a parameter.
This annotation can be used on fields or parameters to indicate the name of a configuration parameter.
The value of the annotation represents the name of the parameter.
Example usage:
- See Also:
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe name of the configuration parameter.- Returns:
- the name of the parameter
- Default:
""
-