Package org.bukkit

Annotation Interface UndefinedNullability


@Retention(CLASS) @Internal @Deprecated(since="1.13.2") public @interface UndefinedNullability
Deprecated.
This should generally not be used in any new API code as it suggests a bad API design.
Annotation for types, whose nullability is not well defined, so NotNull nor Nullable is applicable. For example when interface defines a method, whose nullability depends on the implementation.