Package com.couchbase.client.core.annotation

  • Annotation Types Summary
    Annotation Type Description
    Stability
    This annotation describes the stability guarantees of the annotated interface, class or method.
    Stability.Committed
    A committed interface is the highest grade of stability, and is the preferred attribute level for consumers of the library.
    Stability.Internal
    This is internal API and may not be relied on at all.
    Stability.Uncommitted
    No commitment is made about the interface.
    Stability.Volatile
    Types/Methods/Interfaces marked as volatile can change any time and for any reason.