@Target(FIELD) @Retention(RUNTIME) public @interface TitleKey
Annotation for adding i18n Title keys to Resource object fields. This annotation gets parsed by SchemaUtil.fromType by querying BundleUtil with the given value(). In the case that this annotation and Title both exist on a given field, Title will win out.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details