| Annotation Type | Description |
|---|---|
| Argument |
Defines an argument that can be provided after the command options.
|
| Command |
Marks a method or an object as an executable command.
|
| Configured |
Marks a field or a method as configured by the X runtime.
|
| Option |
Defines an optional command parameter that can be interleaved with command
arguments.
|
| RemainingArgs |
Can be placed on at most one String[] or String field to catch any remaining arguments
after any defined optional arguments.
|
Copyright © 2019 N5 Technologies, Inc. All Rights Reserved.