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

commonMain.seskar.js.JsSpecialName.kt Maven / Gradle / Ivy

package seskar.js

@Target(
    AnnotationTarget.CLASS,
    AnnotationTarget.PROPERTY,
)
@Retention(AnnotationRetention.BINARY)
annotation class JsSpecialName(
    val value: String,
)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy