Annotation Interface SignednessBottom
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({EXPLICIT_LOWER_BOUND,EXPLICIT_UPPER_BOUND})
@SubtypeOf(SignedPositiveFromUnsigned.class)
public @interface SignednessBottom
The bottom type in the Signedness type system. Programmers should rarely write this type.
This is the type of the null
literal.
- See the Checker Framework Manual:
- Signedness Checker, the bottom type