Searched refs:MULTIPLE_SCOPES (Results 1 – 3 of 3) sorted by relevance
38 import static dagger.internal.codegen.ErrorMessages.MULTIPLE_SCOPES;106 builder.addError(MULTIPLE_SCOPES, enclosingElement, scope); in validate()
59 static final String MULTIPLE_SCOPES = "A single binding may not declare more than one @Scope."; field in ErrorMessages
36 import static dagger.internal.codegen.ErrorMessages.MULTIPLE_SCOPES;485 .withErrorContaining(MULTIPLE_SCOPES).in(file).onLine(5).atColumn(1) in injectConstructorOnClassWithMultipleScopes()486 .and().withErrorContaining(MULTIPLE_SCOPES).in(file).onLine(5).atColumn(9); in injectConstructorOnClassWithMultipleScopes()