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 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:
" "


Copyright © 2010. All Rights Reserved.