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 webpage documents the \u003ccode\u003eInternalApi\u003c/code\u003e interface, which is a Java annotation used to mark program elements as internal to a library and not for public use.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eInternalApi\u003c/code\u003e annotation is designed for APIs that are not private, filling a gap in Java's visibility options for code within a compilation unit.\u003c/p\u003e\n"],["\u003cp\u003eAdding the \u003ccode\u003eInternalApi\u003c/code\u003e annotation to a program element is considered an API-breaking change.\u003c/p\u003e\n"],["\u003cp\u003eThe provided content also contains the different versions of the library, starting from 2.46.1 and going down to version 2.1.2.\u003c/p\u003e\n"],["\u003cp\u003eThe library is in a Pre-GA stage, meaning it may have limited support and compatibility issues with other Pre-GA versions, with further information available on the launch stage descriptions.\u003c/p\u003e\n"]]],[],null,[]]