|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=FIELD) @Retention(value=RUNTIME) public @interface Argument
Annotates a member variable to be an query argument.
Optional Element Summary | |
---|---|
Argument.Advice |
advice
If needed, the type of the argument. |
java.lang.String |
flag
The name of the flag, used for query arguments table and for specifying command line arguments. |
boolean |
isMandatory
Indicates whether the argument is mandatory (default) |
public abstract java.lang.String flag
UNFLAGGED
or "none" means for the command line
query no flag should be specified before the argument.
public abstract boolean isMandatory
public abstract Argument.Advice advice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |