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-07-01 UTC."],[[["This webpage documents various versions of the `InternalApi`, a Java interface used for marking internal library components not meant for public use."],["The latest available version of `InternalApi` is 2.46.1, with links to documentation for numerous previous versions spanning from 2.45.0 down to 2.1.2."],["The `InternalApi` interface is used to annotate program elements, and adding this annotation is classified as API-breaking."],["The `InternalApi` interface implements the `Annotation` interface, and has one method, `value()`, which returns a `String` describing the context of the internal element."]]],[]]