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-04-09 UTC."],[[["This webpage documents the `InternalApi` interface, which is a part of the Google API Core library."],["The latest version available is 2.46.1, with a list of past versions going all the way back to version 2.1.2."],["The `InternalApi` interface serves as an annotation to indicate that a program element is internal to the library and not intended for public use."],["Using `InternalApi` is considered API-breaking, and this library is still in its Pre-GA phase, so certain changes might be incompatible with other pre-GA versions."],["`InternalApi` has a `value()` method that returns a string providing context such as \"internal to library\" or \"for testing\"."]]],[]]