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

top.jfunc.http.base.FreezableConfigAccessor Maven / Gradle / Ivy

package top.jfunc.http.base;

import top.jfunc.http.config.ConfigAccessor;

/**
 * 提供冻结功能
 * @author xiongshiyan at 2019/12/16 , contact me with email [email protected] or phone 15208384257
 */
public interface FreezableConfigAccessor extends ConfigAccessor {
    /**
     * 冻结配置
     */
    void freezeConfig();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy