checkers.compilermsgs.quals
Annotation Type CompilerMessageKey


@TypeQualifier
@SubtypeOf(value=PropertyKey.class)
@Documented
@Retention(value=RUNTIME)
public @interface CompilerMessageKey

The annotation to distinguish compiler message Strings from normal Strings. The programmer should hardly ever need to use it explicitly.

Author:
wmdietl