@Retention(value=RUNTIME) @Target(value=METHOD) public @interface HelpCommand
CatchUnknown, Default and Subcommand on a method.
Subcommand carries the same value as this annotations value to define the list of subcommands to register for.
a method marked with this annotation should also use a CommandHelp context parameter to show help.Copyright © 2019. All rights reserved.