1. 3db68f0 Extract FrameworkInstanceCreationExpression from FrameworkFieldSupplier, and split ProviderOrProducerFieldInitializer up into implementations of that by binding kind. by dpb · 8 years ago[Renamed (65%) from java/dagger/internal/codegen/ProducerFromProviderFieldInitializer.java]
  2. a530c25 Remove remaining BindingKey usages by ronshapiro · 8 years ago
  3. 0a277fd Remove almost all usages of BindingKey by ronshapiro · 8 years ago
  4. 120abc6 Make DependencyRequest.Kind a top-level, exposed type (RequestKind) in dagger.model by ronshapiro · 8 years ago
  5. 6486184 Refactor FrameworkFieldInitializer into a base class plus one for MembersInjectors, one for Producers that adapt provision, and one for other contribution bindings. by dpb · 8 years ago