@InterfaceStability.Experimental @InterfaceAudience.Public public class InterfaceStability extends java.lang.Object
Defines the stability annotations for each public or private class.
Modifier and Type | Class and 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 and Description |
---|
InterfaceStability() |