Annotation Interface MethodValBottom
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@InvisibleQualifier
@SubtypeOf(MethodVal.class)
public @interface MethodValBottom
The bottom type in the MethodVal type system. Programmers should rarely write this type.
- See the Checker Framework Manual:
- MethodVal Checker, the bottom type