Annotation Interface SubCommands


@Retention(RUNTIME) @Target(METHOD) public @interface SubCommands
An annotated command method says that is has sub-commands specified by the given class in value()
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      Class<?> value
      Returns:
      the class containing sub-commands for a command.