|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface CmdCommand
| Required Element Summary | |
|---|---|
java.lang.String[] |
names
The name of this command. |
| Optional Element Summary | |
|---|---|
java.lang.String |
description
the description of this command. |
boolean |
hidden
If true, this command is not shown in the usage output. |
| Element Detail |
|---|
public abstract java.lang.String[] names
public abstract java.lang.String description
public abstract boolean hidden
true, this command is not shown in the usage output.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||