Annotation Type BottomThis
-
@SubtypeOf(UnknownThis.class) @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({LOWER_BOUND,UPPER_BOUND}) public @interface BottomThis
The bottom type for the Returns Receiver Checker's type system. Programmers should rarely write this type.- See the Checker Framework Manual:
- Returns Receiver Checker, the bottom type