See: Description
| Annotation Type | Description |
|---|---|
| AlwaysNull |
Indicates that a field, method or parameter can only be
null. |
| MaybeNull |
Indicates that a field, method or parameter can sometimes be
null. |
| NeverNull |
Indicates that a field, method or parameter can never be
null. |
| NeverNull.ByDefault |
Indicates that any field, method return or method and constructor parameter of a package is never
null. |
| UnknownNull |
Indicates that a field, method or parameter is undefined for its usage
null. |
Copyright © 2014–2025. All rights reserved.