Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dagger2
/
e643cc619df2b935fdb32b72c4be464c5094abb3
/
java
/
dagger
/
internal
/
codegen
/
DaggerElements.java
a409c6f
Make DaggerTypes and DaggerElements objects that encapsulate and extend Types and Elements, respectively.
by dpb
· 8 years ago
3a179ec
Move prod compiler code and guava/jdk Optional tests from their previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to bazel
by ronshapiro
· 9 years ago
[Renamed from compiler/src/main/java/dagger/internal/codegen/DaggerElements.java]
954ba08
Add @ContributesAndroidInjector to greatly simplify the code that dagger.android users have to write in the 95% case
by ronshapiro
· 9 years ago
448e19d
Allow component builders' build() methods to return a supertype of the component. Warn if the API of the returned type differs from the actual component type.
by ronshapiro
· 9 years ago
ec44324
Remove Provides.Type
by ronshapiro
· 9 years ago
ffd98f6
Use java.util.Optional.
by dpb
· 9 years ago