@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Parameters
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
commandDescription
If the annotated class was added to
JCommander as a command with
JCommander.addCommand(java.lang.String, java.lang.Object) , then this string will be displayed in the
description when @{link JCommander#usage} is invoked. |
java.lang.String |
commandDescriptionKey |
java.lang.String[] |
commandNames
An array of allowed command names.
|
java.lang.String |
optionPrefixes
What characters an option starts with.
|
java.lang.String |
resourceBundle
The name of the resource bundle to use for this class.
|
java.lang.String |
separators
The character(s) that separate options.
|
public abstract java.lang.String resourceBundle
public abstract java.lang.String separators
public abstract java.lang.String optionPrefixes
public abstract java.lang.String commandDescription
JCommander
as a command with
JCommander.addCommand(java.lang.String, java.lang.Object)
, then this string will be displayed in the
description when @{link JCommander#usage} is invoked.public abstract java.lang.String commandDescriptionKey
public abstract java.lang.String[] commandNames
Copyright © 2013. All Rights Reserved.