Annotation Type Stability.Uncommitted

Enclosing class:
Stability

@Documented
@Retention(RUNTIME)
public static @interface Stability.Uncommitted
No commitment is made about the interface.

It may be changed in incompatible ways and dropped from one release to another. The difference between an uncommitted interface and a volatile interface is its maturity and likelihood of being changed. Uncommitted interfaces may mature into committed interfaces.