Home | History | Annotate | Download | only in throwingproviders

Lines Matching defs:Dependency

44 import com.google.inject.spi.Dependency;
75 private static final Function<Dependency<?>, Key<?>> DEPENDENCY_TO_KEY =
76 new Function<Dependency<?>, Key<?>>() {
77 public Key<?> apply(Dependency<?> from) {
567 assertEquals(Dependency.get(Key.get(DependentRemoteProvider.class)),