Searched refs:FINAL_INJECT_FIELD (Results 1 – 3 of 3) sorted by relevance
26 import static dagger.internal.codegen.ErrorMessages.FINAL_INJECT_FIELD;55 builder.addError(FINAL_INJECT_FIELD, fieldElement); in validate()
47 static final String FINAL_INJECT_FIELD = "@Inject fields may not be final"; field in ErrorMessages
29 import static dagger.internal.codegen.ErrorMessages.FINAL_INJECT_FIELD;519 .withErrorContaining(FINAL_INJECT_FIELD).in(file).onLine(6); in finalInjectField()