Annotation Type LocalizedText
@Target(FIELD)
@Retention(RUNTIME)
@LocalizedProperty(property="text")
public @interface LocalizedText
Used to translate the "text" 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
-