update dagger (by square) to dagger2 (now maintained by google)

This commit is contained in:
Kristoffer Sjogren
2015-07-02 02:02:28 +02:00
parent 06c0d2edee
commit dfb25f9ea2

View File

@ -161,7 +161,7 @@ A curated list of awesome Java frameworks, libraries and software. Inspired by o
*Libraries that help to realize the [Inversion of Control](http://en.wikipedia.org/wiki/Inversion_of_control) paradigm.* *Libraries that help to realize the [Inversion of Control](http://en.wikipedia.org/wiki/Inversion_of_control) paradigm.*
* [Dagger](http://square.github.io/dagger/) - Compile-time injection framework without reflection, mainly for Android. * [Dagger2](http://google.github.io/dagger/) - Compile-time injection framework without reflection.
* [Guice](https://github.com/google/guice) - Lightweight but powerful framework that completes Dagger. * [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. * [HK2](https://hk2.java.net) - A light-weight and dynamic dependency injection framework.