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

chao.java.tools.servicepool.IPathService Maven / Gradle / Ivy

package chao.java.tools.servicepool;

/**
 * 实现类由插件AutoService生成
 *
 * chao/java/tools/servicepool/gen/PathServicesInstance
 *
 *
 * @author luqin
 * @since 2019-09-26
 */
public interface IPathService extends IService {

    void put(String path, Class service);

    Class get(String path);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy