@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface MessagesSource
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The base name of the resource bundle, a fully qualified class name in
accordance with the documentation of
ResourceBundle.getBundle(String). |