Searched refs:RealG (Results 1 – 1 of 1) sorted by relevance
397 bind(G.class).to(RealG.class); in testCircularDependencyProxyDelegateNeverInitialized()431 public static class RealG implements G { class in CircularDependencyTest433 @Inject RealG(F f) { in RealG() method in CircularDependencyTest.RealG