HomeExperimentalApi

@MustBeDocumented
@Retention(value = AnnotationRetention.BINARY)
@Target(allowedTargets = [AnnotationTarget.FIELD, AnnotationTarget.FUNCTION, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.CLASS, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER])
@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "This API is experimental and may change or be removed without notice.")
annotation HomeExperimentalApi


Indicates that this object (class, method, etc) is experimental and is subject to change without notice.

Summary

Public constructors

Public constructors

HomeExperimentalApi

HomeExperimentalApi()