Annotation Type Stability
public @interface Stability
This annotation describes the stability guarantees of the annotated
interface, class or method.
- Since:
- 1.0.0
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStability.CommittedA committed interface is the highest grade of stability, and is the preferred attribute level for consumers of the library.static interfaceStability.InternalThis is internal API and may not be relied on at all.static interfaceStability.UncommittedNo commitment is made about the interface.static interfaceStability.VolatileTypes/Methods/Interfaces marked as volatile can change any time and for any reason.