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