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

commonMain.app.softwork.serviceloader.ServiceLoader.kt Maven / Gradle / Ivy

The newest version!
package app.softwork.serviceloader

import kotlin.reflect.KClass

@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.CLASS)
@OptIn(ExperimentalMultiplatform::class)
@OptionalExpectation
public expect annotation class ServiceLoader(
    val forClass: KClass<*>
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy