Package ch.qos.cal10n

Annotation Type LocaleData


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface LocaleData
    In conjunction with the @Locale annotation, the @LocaleData annotation serves to designate a list of locale names for which resource bundles exist. In addition, you can specify a default charset for all locales. See the section on charsets in the manual for an explanation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Locale[] value  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String defaultCharset  
      • defaultCharset

        java.lang.String defaultCharset
        Default:
        ""