Annotation Interface Localized
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(UnknownLocalized.class)
@QualifierForLiterals({INT,LONG,FLOAT,DOUBLE,BOOLEAN})
public @interface Localized
Indicates that the
String
type has been localized and formatted for the target output
locale.- See the Checker Framework Manual:
- Internationalization Checker