checkers.nullness.quals
Annotation Type PolyNull


@Documented
@TypeQualifier
@Retention(value=RUNTIME)
public @interface PolyNull

A polymorphic qualifier for the Nullness type system.

Any method written using @PolyNull conceptually has two versions: one in which every instance of @PolyNull has been replaced by @NonNull, and one in which every instance of @PolyNull has been replaced by @Nullable.