1. 1ae4c00 Modifiable methods should always return publicly accessible types in case that their eventual subclass implementations need to implement the method in a package in which the type isn't accessible. by ronshapiro · 7 years ago
  2. 472e268 Delegate to proxy/new method in Factory.get() methods by bcorso · 8 years ago
  3. a5023ca Move DependencyRequest to dagger.model 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. 5f05959 Inline checkNotNull invocations into proxy methods by ronshapiro · 8 years ago
  6. 639bd4d Move stream-related utilities out of Util and into DaggerStreams. by dpb · 8 years ago
  7. 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
  8. 55cd392 Fix an issue with inlined members injection in components and by ronshapiro · 8 years ago
  9. e05f921 Inline members injection in components and factories. by ronshapiro · 8 years ago