Annotation Interface SameLenBottom
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@TargetLocations({LOWER_BOUND,UPPER_BOUND})
@SubtypeOf(SameLen.class)
public @interface SameLenBottom
The bottom type in the SameLen type system. Programmers should rarely write this type.
- See the Checker Framework Manual:
- Index Checker, the bottom type