Annotation Interface BottomThis
@SubtypeOf(UnknownThis.class)
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_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