Annotation Type CommandLineValue
-
@Target(FIELD) @Retention(RUNTIME) public @interface CommandLineValue
This annotation is used to specify command line options.
Usage:@CommandLineValue(shortOpt = "o", longOpt = "option")
@Target(FIELD) @Retention(RUNTIME) public @interface CommandLineValue
@CommandLineValue(shortOpt = "o", longOpt = "option")