@Documented @Retention(value=RUNTIME) @Target(value=FIELD) public @interface Argument
| Modifier and Type | Required Element and Description | 
|---|---|
| int | indexThe index of the argument. | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| String | defaultValueThe default value to use if argument is not present. | 
| String | descriptionThe description of the argument (used by the help command). | 
| boolean | mandatoryIf the argument is mandatory. | 
| String | nameThe name of the argument. | 
public abstract String name
public abstract String defaultValue
public abstract String description
Copyright © 2013-2018–2019 SeedStack. All rights reserved.