Home
last modified time | relevance | path

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

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DErrorMessages.java108 static String inconsistentMapKeyAnnotationsError(String key) { in inconsistentMapKeyAnnotationsError() method in ErrorMessages
DBindingGraphValidator.java96 import static dagger.internal.codegen.ErrorMessages.inconsistentMapKeyAnnotationsError;
881 new StringBuilder(inconsistentMapKeyAnnotationsError(formatRootRequestKey(path))); in reportInconsistentMapKeyAnnotations()