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