@Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value={}) public @interface MustCallUnknown
The Object Construction Checker cannot verify that the property represented by this annotation is enforced; that is, the Object Construction Checker will always issue a warning when the value of an expression with this type might be de-allocated.