Annotation Type PolyIndex
- 
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @PolymorphicQualifier(UpperBoundUnknown.class) public @interface PolyIndexA polymorphic qualifier for the Lower Bound and Upper Bound type systems.Writing
@PolyIndexis equivalent to writing@PolyUpperBound@PolyLowerBound, and that is how it is treated internally by the checker. Thus, if you write an@PolyIndexannotation, you might see warnings about@PolyUpperBoundor@PolyLowerBound.- See Also:
 PolyUpperBound,PolyLowerBound- See the Checker Framework Manual:
 - Index Checker, Qualifier polymorphism