public @interface

BuildCompat.PrereleaseSdkCheck

implements java.lang.annotation.Annotation

 androidx.core.os.BuildCompat.PrereleaseSdkCheck

Overview

Experimental feature set for pre-release SDK checks.

APIs annotated as part of this feature set should only be used when building against pre-release platform SDKs. They are safe to ship in production apps and alpha libraries, but they must not be shipped in beta or later libraries as they will be removed after their respective SDKs are finalized for release.

Summary