Annotation Interface RBCategory


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface RBCategory
Represents the category corresponding to the associated RBEntry. A caller may request the category of the resource bundle entry using WTListResourceBundle.getCategory(String).

Supported API: true
Extendable: false
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The category of the given property's RBEntry.
  • Element Details

    • value

      The category of the given property's RBEntry. This annotation is equivalent to "<key>.category=..." in a StringResourceInfo rbInfo file. If this annotation is not present, no category is assumed.

      Supported API: true