Searched refs:ProvidedBySingleton (Results 1 – 1 of 1) sorted by relevance
71 bind(ProvidedBySingleton.class).in(Scopes.SINGLETON);83 ProvidedBySingleton.nextInstanceId = 0; in setUp()119 injector.getInstance(ProvidedBySingleton.class), in testSingletons()120 injector.getInstance(ProvidedBySingleton.class)); in testSingletons()501 static class ProvidedBySingleton { class in ScopesTest511 static class ImplementationProvider implements Provider<ProvidedBySingleton> {512 public ProvidedBySingleton get() { in get()513 return new ProvidedBySingleton(); in get()