@InterfaceStability.Evolving public class InterfaceStability extends Object
InterfaceStability.Stable, InterfaceStability.Evolving or InterfaceStability.Unstable.| Modifier and Type | Class and Description |
|---|---|
static interface |
InterfaceStability.Evolving
Compatibility may be broken at minor release (i.e.
|
static interface |
InterfaceStability.Stable
Compatibility is maintained in minor and patch releases.
|
static interface |
InterfaceStability.Unstable
No guarantee is provided as to reliability, availability or stability across any level of release granularity.
|
| Constructor and Description |
|---|
InterfaceStability() |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.