Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dagger2
/
af8a6af48b97bef62e8587fcad2c0cf80f3e9b22
/
java
/
dagger
/
internal
/
codegen
/
BindingMethodProcessingStep.java
3b0fcc8
Make sure all processing steps defer elements if TypeNotPresentException is thrown.
by dpb
· 7 years ago
ed0d852
Compile Dagger with Dagger.
by ronshapiro
· 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/BindingMethodProcessingStep.java]
3a8d6ea
Make module validation fail for modules whose binding methods or included modules have validation errors. Without this, a module with a bad binding method would not prevent processing the component, which might mean Dagger throws an exception because it assumes everything is valid when building a BindingGraph.
by dpb
· 9 years ago