Signifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release. An API bearing this annotation is exempt from any compatibility guarantees made by its containing library. Note that the presence of this annotation implies nothing about the quality or performance of the API in question, only the fact that it is not "API-frozen."
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-07-17 UTC.
[null,null,["Last updated 2025-07-17 UTC."],[],[],null,["# Beta\n====\n\nArtifact: [androidx.test:monitor](/jetpack/androidx/releases/test) \n[View Source](https://cs.android.com/search?q=file:androidx/test/annotation/Beta.java+class:androidx.test.annotation.Beta)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/test/annotation/Beta \"View this page in Java\")\n\n\n```\n@Retention(value = RetentionPolicy.CLASS)\n@Target(value = [ElementType.ANNOTATION_TYPE, ElementType.CONSTRUCTOR, ElementType.FIELD, ElementType.METHOD, ElementType.TYPE])\nannotation Beta\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\n| **This annotation is deprecated.** \n|\n| unused.\n\nSignifies that a public API (public class, method or field) is subject to incompatible changes, or even removal, in a future release. An API bearing this annotation is exempt from any compatibility guarantees made by its containing library. Note that the presence of this annotation implies nothing about the quality or performance of the API in question, only the fact that it is not \"API-frozen.\""]]