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