Package com.couchbase.client.core.annotation


package com.couchbase.client.core.annotation
  • Class
    Description
    Specifies the earliest version of Couchbase Server that supports the annotated feature.
    This annotation describes the stability guarantees of the annotated interface, class or method.
    A committed interface is the highest grade of stability, and is the preferred attribute level for consumers of the library.
    This is internal API and may not be relied on at all.
    No commitment is made about the interface.
    Types/Methods/Interfaces marked as volatile can change any time and for any reason.
    Indicates the target element is not intended for public use, but some other Couchbase project depends on it.