package

androidx.annotation.experimental

Enums

Experimental.LevelSeverity of the diagnostic that should be reported on usages of experimental API which did not explicitly accept the experimental aspect of that API either by using UseExperimental or by being annotated with the corresponding marker annotation.

Annotation Types

ExperimentalDenotes that the annotated element is a marker of an experimental API.
UseExperimentalAllows use of an experimental API denoted by the given markers in the annotated file, declaration, or expression.