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

com.blr19c.falowp.bot.system.adapter.BotAdapterInfo.kt Maven / Gradle / Ivy

The newest version!
package com.blr19c.falowp.bot.system.adapter

data class BotAdapterInfo(
    val name: String,
    val clazz: Class
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy