@SubtypeOf(value=SearchIndexFor.class) @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) public @interface NegativeIndexFor
-1
and -a.length - 1
, inclusive, for each
sequence a
listed in the annotation.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
Sequences for which this value is a "negative index"; that is, the expression is in the range
-1 to -a.length - 1 , inclusive, for each sequence a given here. |