Package com.couchbase.client.core.annotation


package com.couchbase.client.core.annotation
  • Annotation Types
    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.