See: Description
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.
|
Annotations for command line style invocation via reflection.
The annotations provided here may be used by applications to identify fields or methods for use with the platform's Command Line Invocation framework.
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.