Annotation Interface CanShrink
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@SubtypeOf(UnshrinkableRef.class)
public @interface CanShrink
An expression of type
@CanShrink may be used to remove elements, e.g., by calling
remove() or clear() on it.