Annotation Interface PolyMustCall
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@PolymorphicQualifier(MustCallUnknown.class)
public @interface PolyMustCall
The polymorphic qualifier for the Must Call type system. The semantics of this qualifier differ
from that of a standard polymorphic qualifier; see
MustCallAlias
for documentation of its
semantics.- See the Checker Framework Manual:
- Must Call Checker, Qualifier polymorphism