@Retention(value=RUNTIME) @Target(value=TYPE) @Indexed public @interface CLICommand
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.
public abstract String value
Copyright © 2011-2013. All Rights Reserved.