Annotation Interface CompilerMessageKey
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(UnknownCompilerMessageKey.class)
public @interface CompilerMessageKey
A string that is definitely a compiler message key.
- See the Checker Framework Manual:
- Compiler Message Key Checker