util
Annotation Type CommandLineParser.Usage


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public static @interface CommandLineParser.Usage

Annotates an CommandLineParser.OptionSpec enum with the usage message to be displayed by the "--help" output or when an error occurs.

This string, if given, will be the value of CommandLineParser.getUsage().


Required Element Summary
 String value
           
 

Element Detail

value

public abstract String value