Searched refs:JImpl (Results 1 – 1 of 1) sorted by relevance
532 bind(J.class).to(JImpl.class); in testCustomScopeCircularProxies()572 static class JImpl implements J { class in CircularDependencyTest573 @Inject JImpl(IImpl i) {} in JImpl() method in CircularDependencyTest.JImpl