Package ch.qos.cal10n


package ch.qos.cal10n

The main package of the CAL10N project.

It contains the IMessageConveyor interface and the default implementation MessageConveyor.

  • Class
    Description
    This annotation serves to designate the name of the resource bundle corresponding to an enum type.
    This class defines the shared constants in CAL10N.
    Retrieve a localized message by its key as specified by an enum.
    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.
     
    Holds data relevant for a deferred message lookup.