Dagger (original) (raw)

Dagger is a fully static, compile-time dependency injection framework for Java, Kotlin, and Android. It is an adaptation of anearlier version created bySquare and now maintained by Google.

The latest Dagger release is: Dagger 2.56.2

Dagger aims to address many of the development and performance issues that have plagued reflection-based solutions. More details can be found inthis talk (slides) byGregory Kick.

Where are the docs?

Where is the code?

Have a question?