com.mongodb.lang (driver-core 5.5.0 API) (original) (raw)
- Overview
- Package
- Class
- Tree
- Deprecated
- Index
- Help
Package com.mongodb.lang
package com.mongodb.lang
This package contains JSR 305-compatible annotations related to nullability.
- Annotation Interfaces
Class
Description
A common annotation to declare that annotated elements cannot benull
.
A common annotation to declare that parameters and return values are to be considered as non-nullable by default for a given package.
A common annotation to declare that annotated elements can benull
under some circumstance.