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