com.blr19c.falowp.bot.system.adapter.BotAdapterInfo.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of falowp-bot-system Show documentation
Show all versions of falowp-bot-system Show documentation
FalowpBot system infrastructure
The newest version!
package com.blr19c.falowp.bot.system.adapter
data class BotAdapterInfo(
val name: String,
val clazz: Class
)