de.tototec.cmdoption
Annotation Type CmdCommand


@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

names

public abstract java.lang.String[] names
The name of this command.

description

public abstract java.lang.String description
the description of this command.

Default:
""

hidden

public abstract boolean hidden
If true, this command is not shown in the usage output.

Default:
false