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-07-01 UTC."],[[["The webpage provides documentation for the `BetaApi` interface, with the latest version being 2.46.1."],["The `BetaApi` interface, which implements the `Annotation` interface, is used to mark public APIs that are subject to change without notice and lack stability or backward-compatibility guarantees."],["This annotation should only be applied to new APIs, and removing it from an API signifies that it has achieved a stable status."],["The page lists a detailed history of previous versions of the API, ranging from 2.46.1 down to 2.1.2."],["`BetaApi` includes a `value()` method that provides context information such as links to relevant discussion threads or tracking issues."]]],[]]