Class | Description |
---|---|
PrimitiveBindings |
Handles basic Java types such as
String s, Byte s, etc. |
StandardBindings |
Standard bindings that should be available to most configurations.
|
Annotation Type | Description |
---|---|
Range |
Specifies a range of values for numbers.
|
Switch |
Indicates a command flag, such as
/command -f . |
Text |
Indicates a
String parameter will call ArgumentStack.remaining() and
therefore consume all remaining arguments. |
Validate |
Used to validate a string.
|