Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dagger2
/
09fb2cbc262931b29e52ccf74c04d5eb6d2bc7c1
/
java
/
dagger
/
internal
/
codegen
/
ComponentProvisionBindingExpression.java
09fb2cb
Remove delegation from most BindingExpressions. All SimpleInvocationBindingExpressions delegated for any request kind other than INSTANCE and FUTURE, so don't bother creating those.
by dpb
· 8 years ago
be0e7d3
Make ComponentDescriptor.dependencies() return ComponentRequirements.
by dpb
· 8 years ago
8c3605d
Change ComponentBindingExpression Map<BK,BE> to a Table<BK,DR.Kind, BE>
by bcorso
· 8 years ago
a409c6f
Make DaggerTypes and DaggerElements objects that encapsulate and extend Types and Elements, respectively.
by dpb
· 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
23e6df7
Inline requests for component provision methods
by ronshapiro
· 8 years ago