com.beust.jcommander
Annotation Type Parameters


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

An annotation used to specify settings for parameter parsing.

Author:
cbeust

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.
 

resourceBundle

public abstract String resourceBundle
The name of the resource bundle to use for this class.

Default:
""

separators

public abstract String separators
The character(s) that separate options.

Default:
" "

optionPrefixes

public abstract String optionPrefixes
What characters an option starts with.

Default:
"-"


Copyright © 2010. All Rights Reserved.