@Documented
 @Retention(value=RUNTIME)
 @Target(value={TYPE_USE,TYPE_PARAMETER})
 @SubtypeOf(value=UnknownCompilerMessageKey.class)
public @interface CompilerMessageKey
The annotation to distinguish compiler message Strings from normal Strings. The programmer should
 hardly ever need to use it explicitly.
- See the Checker Framework Manual:
- Compiler Message Key Checker