Class | Description |
---|---|
InterfaceAudience |
Defines the intended audience for each entity.
|
InterfaceStability |
Defines the stability annotations for each public or private class.
|
Annotation Type | Description |
---|---|
InterfaceAudience.Private |
Intended to be only used within this library.
|
InterfaceAudience.Public |
Intended to be used by any project or application that depends on this library.
|
InterfaceStability.Committed |
The annotated entity is considered committed and can only break compatibility at a major release.
|
InterfaceStability.Experimental |
The annotated entity is considered experimental and no guarantees can be given in terms of compatibility and stability.
|
InterfaceStability.Uncommitted |
The annotated entity is considered stable, but compatibility can be broken at each minor release.
|
Copyright © 2018 Couchbase, Inc.. All rights reserved.