Slide 2
Slide 2 text
What is Dagger2
● Dagger2 is DI(Dependency Injection) library of Java
● Based on annotation processing, not reflection, to aim high performance
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.
from official document