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