@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface I18N.TranslatableMessage
public static String
field of a class as an externalized string, whose actual value will
depend on the locale used at runtime. The optional value corresponds to the key in the ResourceLocator
;
if absent, the name of the field itself is used as key.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String[] |
value
The (optional) value of the message key.
|