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

com.linkkou.configproperty.Config Maven / Gradle / Ivy

The newest version!
package com.linkkou.configproperty;

/**
 * 配置,获取到配置类
 * @param 
 */
public interface Config {

    /**
     * 默认获取方式
     * @return 泛型
     */
    T get();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy