Annotation Type SubCommands


  • @Target({FIELD,METHOD})
    @Retention(RUNTIME)
    public @interface SubCommands
    Collection of SubCommands that define possible sub-commands.
    Author:
    Kohsuke Kawaguchi
    See Also:
    SubCommandHandler
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      SubCommand[] value