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

jsMain.dk.cachet.carp.common.infrastructure.reflect.ReflectionAvailable.kt Maven / Gradle / Ivy

@file:Suppress( "MatchingDeclarationName" )

package dk.cachet.carp.common.infrastructure.reflect

import kotlin.reflect.KCallable
import kotlin.reflect.KClass


@PublishedApi
internal actual object Reflection
{
    actual val isReflectionAvailable: Boolean = false

    @PublishedApi
    internal actual inline fun  extendsType( klass: KClass<*> ): Boolean =
        throw UnsupportedOperationException()

    internal actual fun members( klass: KClass<*> ): Collection> =
        throw UnsupportedOperationException()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy