Annotation Interface Default


@Target(METHOD) @Retention(CLASS) public @interface Default
Annotation used to define the default command action when no subcommands are matched. Apply this to a method within a command class.