@Retention(value=RUNTIME) @Target(value=FIELD) public @interface Arg
Parser that this field can be filled with values passed from the command line.
The value is the name of the switch. For example, if your command is java MyCopy -source /tmp/source.folder -dest /tmp/dest.folder, "-source" and "-dest"
would be the values.
Mandatory fields must have required set to true.public abstract String value
Copyright © 2018. All rights reserved.