@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface CmdCommand
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
names
The name of this command.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
the description of this command.
|
boolean |
hidden
If
true , this command is not shown in the usage output. |