@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ResourceBundle
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Deprecated.
The name of the resource bundle to use for this class.
|
Copyright © 2013. All Rights Reserved.