public interface ObjectContainer
抽象的Ioc容器,Dependency Inject
abstract <TService> TService
resolve(Class<TService> serviceType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract <TService> TService resolve(Class<TService> serviceType)