Experimental
@Retention(value = AnnotationRetention.BINARY)
@Target(allowedTargets = [AnnotationTarget.ANNOTATION_CLASS])
annotation Experimental
Denotes that the annotated element is a marker of an experimental API.
Any declaration annotated with this marker is considered part of an unstable API surface and its call sites should accept the experimental aspect of it either by using UseExperimental, or by being annotated with that marker themselves, effectively causing further propagation of that experimental aspect.
Summary
Nested types |
|---|
enum Experimental.Level : EnumThis enum is deprecated. This annotation has been replaced by `@RequiresOptIn` |
Public constructors |
|---|
This function is deprecated. This annotation has been replaced by `@RequiresOptIn` |
Public properties |
|
|---|---|
Experimental.Level |
This property is deprecated. This annotation has been replaced by `@RequiresOptIn` |
Public constructors
Public properties
level
val level: Experimental.Level
Defines the reporting level for incorrect usages of this experimental API.