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.java662 bind(J.class).to(JImpl.class); in testCustomScopeCircularProxies()
711 static class JImpl implements J { class in CircularDependencyTest
713 JImpl(IImpl i) {} in JImpl() method in CircularDependencyTest.JImpl