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

me.xx2bab.koncat.runtime.Koncat.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package me.xx2bab.koncat.runtime

import kotlin.reflect.KClass

class Koncat {

    fun getAnnotatedClasses(annotation: KClass): List? =
        annotatedClasses[annotation]

    fun  getTypedClasses(interfaze: KClass): List<() -> T>? =
        interfaceImplementations[interfaze] as? List<() -> T>

    fun  getTypedProperties(type: KClass): List? =
        typedProperties[type] as? List

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy