@Target(FIELD) @Retention(RUNTIME) @LocalizedProperty(property="text") public @interface LocalizedText
Used to translate the "text" property of components reusing an already declared message key.
See Also:
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the full message key code to localize the property.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of the property.
  • Field Details

  • Element Details

    • key

      String key
      Returns the full message key code to localize the property.
      Returns:
      the full message key code to localize the property