Annotation Interface Parameter
An annotation used to specify parameters to be injected into any Command
-
Optional Element Summary
Optional Elements
-
Element Details
-
name
String nameThe parameter name. The value will be used to lookup the actual value in the underlying configuration.- Returns:
- the name or the parameter
- Default:
""
-
optional
boolean optionalSpecifies whether the parameter is optional.- Returns:
true
if the argument is optional.
- Default:
false
-