N O
All Classes All Packages
All Classes All Packages
All Classes All Packages
N
- NonNull - Annotation Type in org.jspecify.annotations
-
Indicates that the annotated type usage (commonly a parameter type or return type) is considered to exclude
null
as a value; rarely needed within null-marked code. - Nullable - Annotation Type in org.jspecify.annotations
-
Indicates that the annotated type usage (commonly a parameter type or return type) is considered to include
null
as a value. - NullMarked - Annotation Type in org.jspecify.annotations
-
Indicates that the annotated element and the code transitively enclosed within it are null-marked code: there, type usages are generally considered to exclude
null
as a value unless specified otherwise. - NullUnmarked - Annotation Type in org.jspecify.annotations
-
Indicates that the annotated element and the code transitively enclosed within it is null-unmarked code: there, type usages generally have unspecified nullness unless explicitly annotated otherwise.
O
- org.jspecify.annotations - package org.jspecify.annotations
-
JSpecify annotations.
All Classes All Packages