|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface Parameter
Required Element Summary | |
---|---|
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. |
Optional Element Summary | |
---|---|
String |
presentValue
The default value of the parameter if its name is present on the command line. |
Element Detail |
---|
public abstract String[] names
public abstract String absentValue
public abstract String presentValue
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |