1. 3b0fcc8 Make sure all processing steps defer elements if TypeNotPresentException is thrown. by dpb · 7 years ago
  2. ed0d852 Compile Dagger with Dagger. by ronshapiro · 8 years ago
  3. 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]
  4. 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