Skip to content

Dagger ‐ About the tool

Devrath edited this page Nov 11, 2023 · 1 revision

Definition

  • Dagger is a fully static compile-time dependency injection framework for java and kotlin.
  • Dagger is maintained by Google
  • Dagger aims to address many of the performance and development issues that have been plagued by reflection-based solutions.
Clone this wiki locally