JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Package:
Description
|
Related Packages
|
Classes and Interfaces
SEARCH:
Package com.mongodb.annotations
package
com.mongodb.annotations
Contains annotations that can apply to any part of the driver code.
Related Packages
Package
Description
com.mongodb
The core mongodb package
All Classes and Interfaces
Enum Classes
Annotation Interfaces
Class
Description
Beta
Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
Beta.Reason
Evolving
Signifies that the annotated program element is subject to incompatible changes by means of adding abstract methods.
Immutable
The class to which this annotation is applied is immutable.
NotThreadSafe
The class to which this annotation is applied is not thread-safe.
Sealed
Signifies that the annotated class or interface should be treated as sealed: it must not be extended or implemented by consumers of the library.
ThreadSafe
The class to which this annotation is applied is thread-safe.