commonMain.co.touchlab.skie.configuration.annotations.SuspendInterop.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of configuration-annotations-1.8.0-js Show documentation
Show all versions of configuration-annotations-1.8.0-js Show documentation
Annotations to configure SKIE behavior.
The newest version!
package co.touchlab.skie.configuration.annotations
@Target
annotation class SuspendInterop {
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.BINARY)
annotation class Enabled
@Target(AnnotationTarget.FUNCTION)
@Retention(AnnotationRetention.BINARY)
annotation class Disabled
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy