Searched refs:ProvidedBySingleton (Results 1 – 1 of 1) sorted by relevance
74 bind(ProvidedBySingleton.class).in(Scopes.SINGLETON);87 ProvidedBySingleton.nextInstanceId = 0; in setUp()119 injector.getInstance(ProvidedBySingleton.class), in testSingletons()120 injector.getInstance(ProvidedBySingleton.class)); in testSingletons()565 static class ProvidedBySingleton { class in ScopesTest575 static class ImplementationProvider implements Provider<ProvidedBySingleton> {577 public ProvidedBySingleton get() { in get()578 return new ProvidedBySingleton(); in get()