Searched refs:BoundAsSingleton (Results 1 – 4 of 4) sorted by relevance
28 @interface BoundAsSingleton {} annotation
26 @BoundAsSingleton UnscopedType unscopedTypeBoundAsSingleton) { in RequiresSingletons()
50 @BoundAsSingleton
67 bind(BoundAsSingleton.class).in(Scopes.SINGLETON);81 BoundAsSingleton.nextInstanceId = 0; in setUp()95 injector.getInstance(BoundAsSingleton.class), injector.getInstance(BoundAsSingleton.class)); in testSingletons()269 assertEquals(1, BoundAsSingleton.nextInstanceId); in testSingletonsInProductionStage()280 assertEquals(0, BoundAsSingleton.nextInstanceId); in testSingletonsInDevelopmentStage()522 static class BoundAsSingleton { class in ScopesTest