Annotation Type | Description |
---|---|
NotNull |
An element annotated with NotNull claims
null value is forbidden
to return (for methods), pass to (parameters) and hold (local variables and fields). |
Nullable |
An element annotated with Nullable claims
null value is perfectly valid
to return (for methods), pass to (parameters) and hold (local variables and fields). |
Nullable
and NotNull
annotations.
Follow @ApacheIgnite
Ignite Fabric : ver. 1.5.0.final Release Date : December 29 2015