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