Annotation Interface PolyPresent
@Documented
@Retention(RUNTIME)
@Target({TYPE_USE,TYPE_PARAMETER})
@PolymorphicQualifier(MaybePresent.class)
public @interface PolyPresent
A polymorphic qualifier for the Optional type system.
- See the Checker Framework Manual:
- Optional Checker, Qualifier polymorphism