@InterfaceAudience.Public @InterfaceStability.Evolving public class InterfaceStability extends Object
限定符和类型 | 类和说明 |
---|---|
static interface |
InterfaceStability.Evolving
Evolving, but can break compatibility at minor release (i.e. m.x)
|
static interface |
InterfaceStability.Stable
Can evolve while retaining compatibility for minor release boundaries.;
can break compatibility only at major release (ie. at m.0).
|
static interface |
InterfaceStability.Unstable
No guarantee is provided as to reliability or stability across any
level of release granularity.
|
构造器和说明 |
---|
InterfaceStability() |
Copyright © 2009 The Apache Software Foundation