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

main.wisp.config.Configurable.kt Maven / Gradle / Ivy

There is a newer version: 2024.11.14.031606-bddeae6
Show newest version
package wisp.config

import kotlin.reflect.KClass

interface Configurable {
    fun configure(config: T)

    fun getConfigClass(): KClass
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy