|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Annotation Types Summary | |
---|---|
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. |
Annotations for command line style invocation via reflection.
The annotations provided here allow injection of an options and arguments as
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |