|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Parameters
An annotation used to specify settings for parameter parsing.
| Optional Element Summary | |
|---|---|
String |
optionPrefixes
What characters an option starts with. |
String |
resourceBundle
The name of the resource bundle to use for this class. |
String |
separators
The character(s) that separate options. |
public abstract String resourceBundle
public abstract String separators
public abstract String optionPrefixes
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||