@Retention(RUNTIME) @Target(PARAMETER) public @interface Parameter
| Modifier and Type | Fields | Description |
|---|---|---|
static String |
UNSPECIFIED |
| Modifier and Type | Required Element | Description |
|---|---|---|
String |
absentValue |
The default value of the parameter if its name is not present on the
command line.
|
String[] |
names |
Parameter name and aliases which must start with the hyphen character.
|
| Modifier and Type | Optional Element | Description |
|---|---|---|
String |
presentValue |
The default value of the parameter if its name is present on the
command line.
|
static final String UNSPECIFIED
String[] names
String absentValue
String presentValue
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.