Home
last modified time | relevance | path

Searched refs:requiresErrorMessageFormat (Results 1 – 1 of 1) sorted by relevance

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DBindingGraphValidator.java792 String requiresErrorMessageFormat = requiresContributionMethod in reportMissingBinding() local
799 errorMessage.append(String.format(requiresErrorMessageFormat, keyFormatter.format(key))); in reportMissingBinding()