@Documented
@Retention(value=CLASS)
@Target(value={TYPE,METHOD,PARAMETER,ANNOTATION_TYPE})
public @interface Incubating
Indicate that the annotated element will soon be part of the public API, but the entire feature
is not ready yet to be published publicly.
This helps the rollout of new APIs. Once a feature is finished, one may replace this annotation by
Keep or add a matching proguard rule.