Annotates a program element (class, method, package etc) which is internal to its containing
library, not part of the public API, and should not be used by users of the library.
This annotation only makes sense on APIs that are not private. Its existence is necessary
because Java does not have a visibility level for code within a compilation unit.
Adding this annotation to an API is considered API-breaking.
[[["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-09-04 UTC."],[[["\u003cp\u003eThe latest version available is 2.46.1, while the current page defaults to version 2.25.0, providing access to various versions in between.\u003c/p\u003e\n"],["\u003cp\u003eThis library is currently in a pre-GA stage, meaning it might have limited support and future changes could be incompatible with other pre-GA releases, as per the Pre-GA Offerings Terms.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalApi\u003c/code\u003e interface is used to annotate program elements that are not part of the public API and are intended for internal library use only.\u003c/p\u003e\n"],["\u003cp\u003eApplying the \u003ccode\u003eInternalApi\u003c/code\u003e annotation to an API is considered a breaking change, indicating that it is a significant modification.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evalue()\u003c/code\u003e method in \u003ccode\u003eInternalApi\u003c/code\u003e allows for providing context information, such as "internal to library" or "for testing", returning a String.\u003c/p\u003e\n"]]],[],null,[]]