org.freecompany.yacli
Annotation Type Usage


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Usage

The usage annotation is used to set a user readable usage string on an executable class. The vlaue of this annotation will be used to construct a help message in the event of a command line error or the presence of the -h or --help options.


Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value