|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface CommandAnnotation
Option Function Annotation Is intended to be used for automatic option info discovery
| Required Element Summary | |
|---|---|
java.lang.String |
value
Command string |
| Optional Element Summary | |
|---|---|
boolean |
hasExtraArgs
Specifies if command can have extra arguments. |
| Element Detail |
|---|
public abstract java.lang.String value
public abstract boolean hasExtraArgs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||