All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.dokar.quickjs.ExperimentalQuickJsApi.kt Maven / Gradle / Ivy

The newest version!
package com.dokar.quickjs

@RequiresOptIn(
    message = "This API is experimental. It can be changed or removed in future.",
    level = RequiresOptIn.Level.WARNING,
)
@Retention(AnnotationRetention.BINARY)
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
annotation class ExperimentalQuickJsApi




© 2015 - 2024 Weber Informatics LLC | Privacy Policy