Annotation Interface PropertyKey
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(UnknownPropertyKey.class)
public @interface PropertyKey
Indicates that the
String
type can be used as key in a property file or resource bundle.- See the Checker Framework Manual:
- Property File Checker