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.
- See the Checker Framework Manual:
- Must Call Checker, Qualifier polymorphism