Annotation Interface PolySameLen
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@PolymorphicQualifier(SameLenUnknown.class)
public @interface PolySameLen
A polymorphic qualifier for the SameLen type system.
- See the Checker Framework Manual:
- Index Checker, Qualifier polymorphism