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