Package com.mongodb.annotations
Annotation Interface Internal
@Retention(CLASS)
@Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE})
@Documented
@Alpha(CLIENT)
public @interface Internal
Signifies that a public API element is intended for internal use only.
It is inadvisable for applications to use Internal APIs as they are intended for internal library purposes only.