Package org.jspecify.annotations
Annotation Type Nullable
-
@Documented @Target(TYPE_USE) @Retention(RUNTIME) public @interface Nullable
Indicates that the annotated type usage (commonly a parameter type or return type) is considered to includenull
as a value.Example usages:
{@code