Package com.mongodb.annotations
package com.mongodb.annotations
Contains annotations that can apply to any part of the driver code.
-
ClassDescriptionSignifies that a public API element is in the early stages of development, subject to incompatible changes, or even removal, in a future release and may lack some intended features.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.Signifies that a public API element is intended for internal use only.The class to which this annotation is applied is not thread-safe.Signifies that the annotated class or interface should be treated as sealed: it must not be extended or implemented by consumers of the library.The class to which this annotation is applied is thread-safe.