|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value={FIELD,PARAMETER,ANNOTATION_TYPE})
@Retention(value=RUNTIME)
public @interface ArgumentA command argument.
| Optional Element Summary | |
|---|---|
Class<? extends Completer> |
completer
The completer type to complete this option value. |
String |
name
The argument name, this value is optional and is only used in the documentation. |
boolean |
unquote
Indicates whether or not the value should be unquoted. |
public abstract String name
public abstract boolean unquote
public abstract Class<? extends Completer> completer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||