@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.