@Deprecated
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface LocalizedValue
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
messagePack
Deprecated.
Explicit definition of a messages pack, e.g.
|
java.lang.String |
messagePackExpr
Deprecated.
Expression in terms of traversing object graph, returning messages pack name stored in an attribute,
e.g.
|