All Classes and Interfaces
Class
Description
A base implementation which can extract cal10n annotation data from a yet unspecified
"enumType" type, e.g.
Abstract class for verifying that for a given an enum type, the keys match those
found in the corresponding resource bundles.
Interface for extracting cal10-related annotation data from an "enumTtype".
Given an enum class, retrieve its cal10n-related values from its cal10-specific annotations.
This annotation serves to designate the name of the resource bundle
corresponding to an enum type.
This class defines the shared constants in CAL10N.
Aggregates various parameters of a verification error in a single place
(class).
Simplifies the creation of
Cal10nError
instances.Retrieve a localized message by its key as specified by an enum.
An interface for verifying that given an enum type, the keys match those
found in the corresponding resource bundles.
See
LocaleData
annotation.In conjunction with the @Locale annotation, the @LocaleData annotation serves
to designate a list of locale names for which resource bundles exist.
The default implementation for
IMessageConveyor
based on resource
bundles.Given an enum class, verify that the resource bundles corresponding to a
given locale contains the correct keys.
Given an TypeElement representing an enum class implements IMessageKeyVerifier.
Holds data relevant for a deferred message lookup.