Added HK2 to Dependency Injection section

This commit is contained in:
Facundo Farias
2015-04-21 13:03:26 +02:00
parent effdd879c6
commit 1c6ea71e8e

View File

@@ -118,6 +118,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
* [Dagger](http://square.github.io/dagger/) - Compile-time injection framework without reflection, mainly for Android.
* [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger.
* [HK2](https://hk2.java.net) - A light-weight and dynamic dependency injection framework.
## Development