Annotation Type LocalizedTextMessage


@Target(FIELD) @Retention(RUNTIME) @LocalizedProperty @Messages("text") public @interface LocalizedTextMessage
Used to translate the "text" property of components using a newly declared message key.
See Also: