Annotation Type CompilerMessageKeyBottom
- 
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(CompilerMessageKey.class) @TargetLocations({LOWER_BOUND,UPPER_BOUND}) @DefaultFor(LOWER_BOUND) public @interface CompilerMessageKeyBottomThe bottom type in the Compiler Message Key type system. Programmers should rarely write this type.- See the Checker Framework Manual:
 - Compiler Message Key Checker, the bottom type