Annotation Interface UnknownLocalizableKey
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@InvisibleQualifier
@SubtypeOf({})
@DefaultQualifierInHierarchy
public @interface UnknownLocalizableKey
Indicates that the
String
type has an unknown localizable key property.- See the Checker Framework Manual:
- Internationalization Checker