Annotation Type PolyNull
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @PolymorphicQualifier(Nullable.class) public @interface PolyNullA polymorphic qualifier for the non-null type system.Any method written using
PolyNullconceptually has two versions: one in which every instance ofPolyNullhas been replaced byNonNull, and one in which every instance ofPolyNullhas been replaced byNullable.- See the Checker Framework Manual:
- Nullness Checker, Qualifier polymorphism