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