com.beust.jcommander
Annotation Type ResourceBundle


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


Required Element Summary
 String value
          The name of the resource bundle to use for this class.
 

Element Detail

value

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



Copyright © 2010. All Rights Reserved.