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-03 UTC."],[[["\u003cp\u003eThe latest version available is 2.46.1, representing the most up-to-date release of the API.\u003c/p\u003e\n"],["\u003cp\u003eThe webpage lists numerous versions of the API, ranging from 2.1.2 up to the latest 2.46.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalApi\u003c/code\u003e is annotated to indicate that it is for internal use within the library and not intended for external users.\u003c/p\u003e\n"],["\u003cp\u003eUsing or changing anything labeled as \u003ccode\u003eInternalApi\u003c/code\u003e is considered API-breaking, and it is not for public use.\u003c/p\u003e\n"],["\u003cp\u003eThe library is in a pre-GA stage, meaning it might have limited support and changes to it might not be compatible with other pre-GA versions.\u003c/p\u003e\n"]]],[],null,[]]