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-17 UTC."],[[["The latest version of the API documentation available is 2.46.1, located at /java/docs/reference/api-common/latest/com.google.api.core.InternalApi."],["This page contains documentation for multiple versions of the `com.google.api.core.InternalApi`, spanning from version 2.1.2 up to 2.46.1."],["`InternalApi` is an interface that implements the `Annotation` interface and is used to mark program elements as internal to the library, not intended for public use."],["Adding the `InternalApi` annotation to an API is considered an API-breaking change, indicating a significant change to the application."],["The `value()` method within the `InternalApi` interface provides context information, such as \"internal to library,\" for the annotated element."]]],[]]