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