Annotation Type SignednessBottom
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @TargetLocations({LOWER_BOUND,UPPER_BOUND}) @SubtypeOf(SignedPositive.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