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