Annotation Interface SubCommands
An annotated command method says that is has sub-commands specified by the
given class in
value()-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<?> value- Returns:
- the class containing sub-commands for a command.
-