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

org.enodeframework.common.extensions.ObjectContainer Maven / Gradle / Ivy

package org.enodeframework.common.extensions;

/**
 * 抽象的Ioc容器,Dependency Inject
 */
public interface ObjectContainer {
     TService resolve(Class serviceType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy