What’s New In Dagger
Bug Fixes
- Fixes #3480. Replace dependency on
javax.annotation:jsr250-api:1.0
withjavax.annotation:javax.annotation-api:1.3.2
. (e9dc377) - Fixes #3483: Add onPluginEnd to BindingGraphPlugin, which will be called after all BindingGraphPlugins have been visited (3445275)
- Fixes #3476: Fix issue with Dagger generating mismatching parameter names in component inject functions. (90300d9)