Annotation Type LocalizedLabel
@Target(FIELD)
@Retention(RUNTIME)
@LocalizedProperty(property="label")
public @interface LocalizedLabel
Used to translate the "label" property of components reusing an already declared
message key.
-
Required Element Summary
Required Elements -
Field Summary
Fields
-
Field Details
-
PROPERTY
The name of the property.- See Also:
-
-
Element Details
-
key
String keyReturns the full message key code to localize the property.- Returns:
- the full message key code to localize the property
-