- 3db68f0 Extract FrameworkInstanceCreationExpression from FrameworkFieldSupplier, and split ProviderOrProducerFieldInitializer up into implementations of that by binding kind. by dpb · 8 years ago
- a5023ca Move DependencyRequest to dagger.model by ronshapiro · 8 years ago
- 0a277fd Remove almost all usages of BindingKey by ronshapiro · 8 years ago
- 7b413f6 More name changes for clarity around @BindsInstance bindings. by dpb · 8 years ago
- 788d057 Make a ProvisionBinding for all requests of MembersInjector<T> by ronshapiro · 8 years ago
- c76d9d3 Rename BUILDER_BINDING to BOUND_INSTANCE for clarity. by dpb · 8 years ago
- 120abc6 Make DependencyRequest.Kind a top-level, exposed type (RequestKind) in dagger.model by ronshapiro · 8 years ago
- 8c3605d Change ComponentBindingExpression Map<BK,BE> to a Table<BK,DR.Kind, BE> by bcorso · 8 years ago
- 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
- 21f74fe Force BindingExpressions to use ComponentBindingExpressions when building composite expression. by bcorso · 8 years ago
- d90a429 Move field creation into FrameworkInitializer to fix naming issues. by bcorso · 8 years ago
- 2b8e168 Add ordering to fields and methods in GeneratedComponentModel. by bcorso · 8 years ago
- f0a99fe Generate binding expressions on demand. by bcorso · 8 years ago
- 2c27966 Move members injection logic out of AbstractComponentWriter and into its own binding expression. by bcorso · 8 years ago
- e643cc6 Change getComponentMethodExpression to getComponentMethodImplementation by bcorso · 8 years ago
- 11f9b87 Bypass creating a private method if the component api already exposes a method. by bcorso · 8 years ago
- ba79486 Add an Expression type, which is a tuple of a CodeBlock and the type that it represents. This will help implementing BindingExpressions for @Binds methods, in particular for the following case: by ronshapiro · 8 years ago
- e6845ff Move getFieldInitialization out of AbstractComponentWriter by erichang · 8 years ago
- dc07ed5 Inline requests for bindings that were provided with a @BindInstance method, and enable SimpleMethodRequestFulfillment to operate on instance @Provides methods by ronshapiro · 8 years ago
- 68c77d8 Split HasBindingExpressions into GeneratedComponentModel and ComponentBindingExpressions. by dpb · 8 years ago