- NonNull - Annotation Type in ej.annotation
-
Indicates that a field, local variable, method return value or parameter can never be null
.
- NonNullByDefault - Annotation Type in ej.annotation
-
Indicates that all fields, method return values or parameters can never be null
in the annotated package
or type.
- Nullable - Annotation Type in ej.annotation
-
Indicates that a field, local variable, method return value or parameter can be null
.