InternalComposeApi
-
Cmn
@RequiresOptIn(level = RequiresOptIn.Level.ERROR, message = "This is internal API for Compose modules that may change frequently and without warning.")
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER])
@Retention(value = AnnotationRetention.BINARY)
annotation InternalComposeApi
Summary
Public constructors |
|
|---|---|
|
Cmn
|