Indicates a public API that can change at any time, and has no guarantee of API stability and
backward-compatibility.
Usage guidelines:
This annotation is used only on APIs with public visibility. Internal interfaces should not
use it.
This annotation should only be added to new APIs. Adding it to an existing API is
considered API-breaking.
Removing this annotation from an API gives it stable status, assuming the API doesn't have
other annotations denoting instability (such as InternalApi or InternalExtensionOnly).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis webpage documents various versions of the \u003ccode\u003eBetaApi\u003c/code\u003e interface, with the latest being version 2.46.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBetaApi\u003c/code\u003e interface is an annotation used to mark public APIs that are subject to change, without any guarantee of stability or backward-compatibility.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBetaApi\u003c/code\u003e interface is only to be used on new APIs, adding it to existing ones is considered to be breaking the API, and is implemented through Java's \u003ccode\u003eAnnotation\u003c/code\u003e interface.\u003c/p\u003e\n"],["\u003cp\u003eRemoving the \u003ccode\u003eBetaApi\u003c/code\u003e annotation from an API indicates that it is now stable, unless other annotations such as \u003ccode\u003eInternalApi\u003c/code\u003e or \u003ccode\u003eInternalExtensionOnly\u003c/code\u003e denote otherwise.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBetaApi\u003c/code\u003e annotation has a method, \u003ccode\u003evalue()\u003c/code\u003e, that returns a \u003ccode\u003eString\u003c/code\u003e for providing context information like links to a discussion thread or tracking issue.\u003c/p\u003e\n"]]],[],null,[]]