Package wt.util.resource
Annotation Interface RBCategory
Represents the category corresponding to the associated
Supported API: true
Extendable: false
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
-
Element Details
-
value
MessageCategory valueThe category of the given property'sRBEntry. This annotation is equivalent to "<key>.category=..." in aStringResourceInforbInfofile. If this annotation is not present, no category is assumed.
Supported API: true
-