Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DImplicitBindingTest.java250 RequiresProviderForSelfWithOtherType.class).getValue()); in testInstancesRequestingProvidersForThemselvesWithChildInjectors()
258 RequiresProviderForSelfWithOtherType.class).getValue()); in testInstancesRequestingProvidersForThemselvesWithChildInjectors()
269 static class RequiresProviderForSelfWithOtherType { class in ImplicitBindingTest
270 private final Provider<RequiresProviderForSelfWithOtherType> selfProvider;
274 RequiresProviderForSelfWithOtherType( in RequiresProviderForSelfWithOtherType() method in ImplicitBindingTest.RequiresProviderForSelfWithOtherType
276 Provider<RequiresProviderForSelfWithOtherType> selfProvider in RequiresProviderForSelfWithOtherType()