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