Annotation Type Stability.Internal

Enclosing class:
Stability

@Documented @Retention(RUNTIME) public static @interface Stability.Internal
This is internal API and may not be relied on at all.

Similar to volatile interfaces, no promises are made about these kinds of interfaces and they change or may vanish at every point in time. But in addition to that, those interfaces are explicitly marked as being designed for internal use and not for external consumption in the first place.

Use at your own risk!