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

org.ooverkommelig.jvmreflect.retrievabledefinitions.DefinitionProperty.kt Maven / Gradle / Ivy

There is a newer version: 1beta4
Show newest version
package org.ooverkommelig.jvmreflect.retrievabledefinitions

import org.ooverkommelig.Definition
import kotlin.reflect.KProperty

internal data class DefinitionProperty(val property: KProperty>, val returnsSameObjectForAllRetrievals: Boolean) {
    val type = property.returnType.arguments[0].type ?: throw IllegalStateException()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy