Annotations for exposing task properties as command line options.
- Since:
- 4.6
-
Annotation Types Summary
Annotation Type |
Description |
Option |
Marks a property of a Task as being configurable from the command-line.
|
OptionValues |
Marks a method on a Task as providing the possible values for a String
or List<String> Option .
|