Searched refs:TeeImpl (Results 1 – 2 of 2) sorted by relevance
75 RootBeanDefinition tee = new RootBeanDefinition(TeeImpl.class, true);118 bind(Tee.class).to(TeeImpl.class);139 final Tee tee = new TeeImpl("test");287 public static class TeeImpl implements Tee { class in PerformanceComparison292 public TeeImpl(@S String s) { in TeeImpl() method in PerformanceComparison.TeeImpl
97 bind(Tee.class).to(TeeImpl.class); in createFooInjector()192 static class TeeImpl implements Tee {198 TeeImpl(@S String s) {