Annotation Types Summary |
Argument |
A command argument. |
Command |
Annotates a method for declaring a CRaSH command. |
Man |
Provides the manual text, this method can be used to annotate a command class, a command method or a command parameter. |
Named |
This annotation can be used to name a program element, useful for overriding the name of a command. |
Option |
An option command parameter. |
Required |
Declares if a command parameter is required or not. |
Usage |
Provides the text for a usage, this method can be used to annotate a command class, a command method or a command parameter. |