UncommittedCouchbaseApi

annotation class UncommittedCouchbaseApi

No commitment is made about the API.

It may be changed in incompatible ways or dropped from one release to another. The difference between uncommitted and volatile is that an uncommitted API is more mature and is less likely to be changed.

Uncommitted APIs may mature into committed APIs.

Note: This annotation corresponds to Stability.Uncommitted from the Couchbase Java SDK and core-io library. The Kotlin SDK uses a separate annotation in order to specify opt-in requirements.

Constructors

UncommittedCouchbaseApi
Link copied to clipboard
fun UncommittedCouchbaseApi()