@Target(value={PACKAGE,TYPE,METHOD,CONSTRUCTOR,FIELD})
@Retention(value=RUNTIME)
public @interface InternalApi
Marks an API (class, method, etc.) as an internal, i.e. subject to change in future versions with
no backwards compatibility guarantee.
- Since:
- 12.0
- Author:
- Niv Ingberg