ListenerData
data class ListenerData(val id: String, val priority: Int, val async: Boolean, val listens: ListensData?)(source)
Deprecated
TODO
love.forte.simboot.annotation.Listener 对应的数据类。
See also
love.forte.simboot.annotation.Listener