Annotation Type LocalizableKey
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(UnknownLocalizableKey.class) public @interface LocalizableKey
Indicates that theString
is a key into a property file or resource bundle containing Localized Strings.- See the Checker Framework Manual:
- Internationalization Checker