sparklee/spark-ioc

控制反转容器(Inversion of Control Container) .

dev-master 2015-11-04 07:02 UTC

This package is auto-updated.

Last update: 2024-04-25 20:32:08 UTC


README

控制反转容器(Inversion of Control Container)

控制反转容器实现了两种模式:

1、依赖注入模式(Dependency Injection)
2、服务定位器模式(Service Locator)