Class InterfaceStability
java.lang.Object
com.couchbase.client.core.annotations.InterfaceStability
Defines the stability annotations for each public or private class.
- Since:
- 1.0
- Author:
- Michael Nitschinger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interface
The annotated entity is considered committed and can only break compatibility at a major release.static @interface
The annotated entity is considered experimental and no guarantees can be given in terms of compatibility and stability.static @interface
The annotated entity is considered stable, but compatibility can be broken at each minor release. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InterfaceStability
public InterfaceStability()
-