Package com.mongodb.annotations

Contains annotations that can apply to any part of the driver code.
  • Annotation Types Summary 
    Annotation Type Description
    Beta
    Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
    Immutable
    The class to which this annotation is applied is immutable.
    NotThreadSafe
    The class to which this annotation is applied is not thread-safe.
    ThreadSafe
    The class to which this annotation is applied is thread-safe.