Releases: google/dagger
Releases · google/dagger
Dagger 2.0 Initial Release
The initial release of the 2.0 code-line, supporting:
@Componentinterfaces representing a custom API to access a graph of objects- JSR-330 injection automation using
@Injectsignals,@Qualifiers - Simple bindings of implementations to interfaces, custom provision of objects, and set-bindings
- Compile-time validation of graph structure (cycles, missing bindings, duplicate bindings)
- Generation of
- backing implementations for components
- factories for
@Injectconstructors and modules - members-injectors for
@Injectmethods and fields
- Beta support for
- Map bindings
- Producers