Annotation Interface ExternalSubCommand


@Retention(RUNTIME) @Target(TYPE) public @interface ExternalSubCommand
Declares external subcommand classes that should be attached to the annotated command container. Useful to organize subcommands across multiple types.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<?>[]
     
  • Element Details

    • value

      Class<?>[] value
      Returns:
      the children subcommands