com.neko233.config233.reader.api.Config233LifecycleApi.kt Maven / Gradle / Ivy
The newest version!
package com.neko233.config233.reader.api
/**
* 配置文件类生命周期
*/
@JvmDefaultWithCompatibility
interface Config233LifecycleApi {
// 加载完成后
fun afterLoad() {
}
fun check() {
}
}