ch.qos.cal10n
Annotation Type LocaleData


@Retention(value=RUNTIME)
@Target(value=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.

Author:
Ceki Gülcü

Required Element Summary
 Locale[] value
           
 
Optional Element Summary
 String defaultCharset
           
 

Element Detail

value

public abstract Locale[] value

defaultCharset

public abstract String defaultCharset
Default:
""


Copyright © 2009-2013 QOS.ch. All Rights Reserved.