Package com.mongodb.client.model.mql
Annotation Interface MqlUnchecked
Documents places where the API relies on a user asserting
something that is not checked at run-time.
If the assertion turns out to be false, the API behavior is unspecified.
This class is not part of the public API and may be removed or changed at any time
-
Nested Class Summary
-
Required Element Summary
-
Element Details
-
value
MqlUnchecked.Unchecked[] value- Returns:
- A hint on the user assertion the API relies on.
-