@Documented
@Retention(value=SOURCE)
public @interface InternalApi
An annotation indicating that the target is part of a module-private "internal API" and SHOULD NOT be used by
external modules. These APIs are not guaranteed to be stable across releases.