Package Summary
Package containing utility classes, used internally by the CAL10N project.
Support classes for verifying that there are no message code mis-matches between resource bundles and the corresponding enum type.
Interface Summary
Retrieve a localized message by its key as specified by an enum.
Class Summary
This class defines the shared constants in CAL10N.
Holds data relevant for a deferred message lookup.
Exception Summary
Annotation Types Summary
Annotation Type
Description
This annotation serves to designate the name of the resource bundle corresponding to an enum type.
In conjunction with the @Locale annotation, the @LocaleData annotation serves to designate a list of locale names for which resource bundles exist.
Package ch.qos.cal10n Description
The main package of the CAL10N project.
It contains the IMessageConveyor interface and the default implementation MessageConveyor.