Skip to content

Dagger 2.1

Compare
Choose a tag to compare
@ronshapiro ronshapiro released this 14 Jun 21:53
· 2752 commits to master since this release
  • Correctly handle @Components that inject generated types
  • Adds @ProductionSubcomponent and @ProductionScope
  • Allow the production Executor to be bound with @Production
  • Allow multiple scope annotations on components
  • A component's subcomponents’ (and their subcomponents’) simple names no longer need to be unique
  • Adds the ability to depend on subcomponent builders
  • GWT Integration
  • Producers monitoring
  • Multibindings for producers
  • Add common @MapKey annotations to dagger.mapkeys. These annotations are
    not, but should be marked @Beta (since the @MapKey itself is beta).
  • Lots of bug fixes!