Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DUntargettedBindingProcessor.java46 errors.missingImplementationWithHint(key, injector); in visit()
DConstructorBindingImpl.java102 errors.missingImplementationWithHint(key, injector); in create()
DInjectorImpl.java682 throw errors.missingImplementationWithHint(key, this).toException();
925 throw errors.missingImplementationWithHint(key, this).toException();
DErrors.java170 <T> Errors missingImplementationWithHint(Key<T> key, Injector injector) { in missingImplementationWithHint() method in Errors