Annotation Interface Optional
Annotation marking a command parameter as optional.
When omitted by the caller, the parameter resolves to the specified default value.
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
String valueThe default value (as a String) when the argument is omitted.- Returns:
- the default value
- Default:
""
-