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 of the API common library is 2.46.1, as indicated in the list of available versions.\u003c/p\u003e\n"],["\u003cp\u003eThis page lists multiple versions of the \u003ccode\u003eInternalApi\u003c/code\u003e class, ranging from version 2.1.2 up to the latest 2.46.1, with each version providing a direct link to its documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalApi\u003c/code\u003e interface is used to mark program elements that are internal to the library and should not be used by external users, according to its description.\u003c/p\u003e\n"],["\u003cp\u003eApplying the \u003ccode\u003eInternalApi\u003c/code\u003e annotation to a program element is considered an API-breaking change.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalApi\u003c/code\u003e interface, which is an implementation of Java's \u003ccode\u003eAnnotation\u003c/code\u003e, features a \u003ccode\u003evalue()\u003c/code\u003e method that returns a String, allowing for context-specific information.\u003c/p\u003e\n"]]],[],null,[]]