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

cn.khthink.easyapi.config.BaseEasyConfig Maven / Gradle / Ivy

The newest version!
package cn.khthink.easyapi.config;

/*
    Create by KH at 2017/10/18 14:19 
	CopyRight © 2016-2018 鲨软科技, All Rights Reserved. 
 */

/**
 * 配置抽象类
 *
 * @author kh
 */
public abstract class BaseEasyConfig extends Config {

    /**
     * 自定义初始化
     *
     * @throws Exception 初始化错误
     */
    protected abstract void init() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy