Package com.mongodb.annotations


package com.mongodb.annotations
Contains annotations that can apply to any part of the driver code.
  • Class
    Description
    Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release.
     
    Signifies that the annotated program element is subject to incompatible changes by means of adding abstract methods.
    The class to which this annotation is applied is immutable.
    The class to which this annotation is applied is not thread-safe.
    The class to which this annotation is applied is thread-safe.