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