Annotation Type SubCommandHandler
-
@Target(METHOD) @Retention(RUNTIME) public @interface SubCommandHandler
Sub-command handler annotation.
-
-
Element Detail
-
value
@NotNull @NotNull String value
Get sub-command names, separated by '|'.- Returns:
- sub-command names.
-
-