Dagger 2 - Compile-time dependency injection framework for both Java and Android
Dagger is a fully static, compile-time dependency injection framework for both Java and Android. It is an adaptation of an earlier version created by Square and now maintained by Google. It eliminates all reflection, and improves code clarity by removing the traditional ObjectGraph/Injector in favor of user-specified @Component interfaces.
https://google.github.io/dagger/
https://github.com/google/dagger
License:
Tech:
Tags: