com.beust.jcommander
Annotation Type ResourceBundle


Deprecated. use @Parameters

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

Author:
Cedric Beust

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

Element Detail

value

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



Copyright © 2013. All Rights Reserved.