|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||
@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 |
|---|
public abstract java.lang.String value
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||