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