@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface Default
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The default value.
|
public abstract java.lang.String value
If none is specified, and the argument is not present, null
will be passed to the command.
ParameterType when there is no input present.