|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Indexed public @interface CLICommand
Marks a class as a discoverable implementation of ACommand bound to a particular command name.
This is a binding annotation, so additional characteristics about a command needs to be defined
as separate annotations instead of additional elements, such as BeesCommand.
| Required Element Summary | |
|---|---|
String |
value
Name of the command. |
| Element Detail |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||