@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value=SearchIndexUnknown.class) public @interface SearchIndexFor
-a.length - 1
and a.length - 1
, inclusive, for all sequences a
listed in the annotation.
This is the return type of {@code
Arrays.binarySearch}
in the JDK.
Modifier and Type | Required Element and Description |
---|---|
String[] |
value
Sequences for which the annotated expression has the type of the result of a call to
{@code Arrays.binarySearch} . |
@JavaExpression public abstract String[] value
{@code Arrays.binarySearch}
.