Annotation Interface SearchIndexUnknown
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf({})
@DefaultQualifierInHierarchy
@InvisibleQualifier
public @interface SearchIndexUnknown
The top type for the SearchIndex type system. This indicates that the Index checker does not know
any arrays that this integer is a
search index
for.- See the Checker Framework Manual:
- Index Checker