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

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

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

import java.util.List;

/**
 * @author qinchao
 * @since 2019/4/30
 */
public interface DependencyManager extends IService {
//    void addService(IInitService service);
//
//    void servicesInit();

    void tryInitService(IInitService service, List> dependencies, boolean async);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy