[[["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."],[],[],null,["# Annotation Type ExperimentalApi (3.19.4)\n\n public interface ExperimentalApi implements Annotation\n\nIndicates a public API that can change at any time, and has no guarantee of API stability and\nbackward-compatibility.\n\nUsage guidelines:\n\n1. This annotation is used only on public API. Internal interfaces should not use it.\n2. This annotation should only be added to new APIs. Adding it to an existing API is considered API-breaking.\n3. Removing this annotation from an API gives it stable status. \n\nImplements\n----------\n\n[Annotation](https://docs.oracle.com/javase/8/docs/api/java/lang/annotation/Annotation.html)\n\nMethods\n-------\n\n### value()\n\n public abstract String value()\n\nContext information such as links to discussion thread, tracking issue etc."]]