Annotation Interface BottomGrowShrink
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf({GrowOnly.class,UncheckedShrinkable.class})
public @interface BottomGrowShrink
The bottom qualifier in the GrowShrink hierarchy. Programmers should rarely write this type.
- See the Checker Framework Manual:
- Grow-only Checker, the bottom type