Searched refs:GENERIC_INJECT_METHOD (Results 1 – 3 of 3) sorted by relevance
28 import static dagger.internal.codegen.ErrorMessages.GENERIC_INJECT_METHOD;69 builder.addError(GENERIC_INJECT_METHOD, methodElement); in validate()
51 static final String GENERIC_INJECT_METHOD = field in ErrorMessages
30 import static dagger.internal.codegen.ErrorMessages.GENERIC_INJECT_METHOD;684 .withErrorContaining(GENERIC_INJECT_METHOD).in(file).onLine(6); in genericInjectMethod()