HomeSort by relevance Sort by last modified time
    Searched refs:QUALIFIER_ON_INJECT_CONSTRUCTOR (Results 1 - 6 of 6) sorted by null

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
InjectConstructorValidator.java 39 import static dagger.internal.codegen.ErrorMessages.QUALIFIER_ON_INJECT_CONSTRUCTOR;
61 builder.addError(QUALIFIER_ON_INJECT_CONSTRUCTOR, constructorElement, qualifier);
ErrorMessages.java 74 static final String QUALIFIER_ON_INJECT_CONSTRUCTOR =
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
InjectConstructorFactoryGeneratorTest.java 39 import static dagger.internal.codegen.ErrorMessages.QUALIFIER_ON_INJECT_CONSTRUCTOR;
503 .withErrorContaining(QUALIFIER_ON_INJECT_CONSTRUCTOR).in(file).onLine(7)
504 .and().withErrorContaining(QUALIFIER_ON_INJECT_CONSTRUCTOR).in(file).onLine(8);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.0/
dagger-compiler-2.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.6/
dagger-compiler-2.6.jar 
  /prebuilts/tools/common/m2/repository/com/google/dagger/dagger-compiler/2.7/
dagger-compiler-2.7.jar 

Completed in 71 milliseconds