Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DCircularDependencyTest.java532 bind(J.class).to(JImpl.class); in testCustomScopeCircularProxies()
572 static class JImpl implements J { class in CircularDependencyTest
573 @Inject JImpl(IImpl i) {} in JImpl() method in CircularDependencyTest.JImpl