依赖注入
最后更新于:2022-04-01 04:40:49
帮助实现[依赖翻转](http://en.wikipedia.org/wiki/Inversion_of_control)范式的开发库。
* [Apache DeltaSpike](https://deltaspike.apache.org/):CDI扩展框架。
* [Dagger2](http://google.github.io/dagger/):编译时注入框架,不需要使用反射。
* [Guice](https://github.com/google/guice):可以匹敌Dagger的轻量级注入框架。
* [HK2](https://hk2.java.net/):轻量级动态依赖注入框架。