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

com.neko233.config233.reader.api.Config233LifecycleApi.kt Maven / Gradle / Ivy

There is a newer version: 0.1.8
Show newest version
package com.neko233.config233.reader.api

/**
 * 配置文件类生命周期
 */
@JvmDefaultWithCompatibility
interface Config233LifecycleApi {

    // 加载完成后
    fun afterLoad() {

    }

    fun check() {

    }


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy