VolatileCouchbaseApi

annotation class VolatileCouchbaseApi

APIs marked as volatile can change any time and for any reason.

They may be volatile for reasons including:

  • Depends on specific implementation detail within the library which may change in the response.

  • Depends on specific implementation detail within the server which may change in the response.

  • Has been introduced as part of a trial phase for the specific feature.

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

Constructors

VolatileCouchbaseApi
Link copied to clipboard
fun VolatileCouchbaseApi()