Package net.apartium.cocoabeans.commands
Annotation Interface SubCommand
Represents a sub command to be registered under a command
- See Also:
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether this variant should ignore case for its labelintSub command prioritySub command label
-
Element Details
-
value
String valueSub command label- Default:
""
-
ignoreCase
boolean ignoreCaseWhether this variant should ignore case for its label- Default:
true
-
priority
int prioritySub command priority- Default:
0
-