| Class | Description |
|---|---|
| NullCheck |
Functions for enforcing non-nullable references at run time.
|
| Exception | Description |
|---|---|
| NullCheckException |
An exception raised when a
NullCheck assertion fails. |
| Annotation Type | Description |
|---|---|
| NonNull |
An annotation that indicates that the given field or parameter is never
null.
|
| NonNullByDefault |
This annotation can be applied to a package, class or method to indicate
that the class fields, method return types and parameters in that element
are not null by default unless there is:
|
| Nullable |
An annotation that indicates that the given field or parameter may be null.
|
| NullableByDefault |
This annotation can be applied to a package, class or method to indicate
that the class fields, method return types and parameters in that element
may be null by default unless there is:
|
Copyright © 2017 <code@io7m.com> http://io7m.com