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

eu.vendeli.tgbot.interfaces.ClassManager.kt Maven / Gradle / Ivy

There is a newer version: 6.6.0
Show newest version
package eu.vendeli.tgbot.interfaces

/**
 * Interface which is used to process classes, can be inherited to work with DI libraries.
 *
 * @constructor Create empty I class manager
 */
interface ClassManager {
    /**
     * Get instance of Class where Command/Input holds.
     *
     * @param clazz
     * @param initParams
     */
    fun getInstance(clazz: Class<*>, vararg initParams: Any?): Any
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy