Package com.mongodb.annotations
Annotation Interface Alpha
@Retention(CLASS)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
@Documented
@Beta(CLIENT)
public @interface Alpha
Signifies 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.
An API bearing this annotation may contain known issues affecting functionality, performance,
and stability. It is also exempt from any compatibility guarantees made by its containing library.
It is inadvisable for applications to use Alpha APIs in production environments or for libraries (which get included on users' CLASSPATHs, outside the library developers' control) to depend on these APIs. Alpha APIs are intended for experimental purposes only.
-
Required Element Summary