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

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

There is a newer version: 1.9.0
Show newest version
package chao.java.tools.servicepool;

/**
 * @author luqin
 * @since 2020/9/6
 */
public interface IServiceLoader extends IService {

    Iterable> getServices();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy