Searched refs:unscopedTypeBoundAsSingleton (Results 1 – 2 of 2) sorted by relevance
23 private final UnscopedType unscopedTypeBoundAsSingleton; field in RequiresSingletons26 @BoundAsSingleton UnscopedType unscopedTypeBoundAsSingleton) { in RequiresSingletons() argument28 this.unscopedTypeBoundAsSingleton = unscopedTypeBoundAsSingleton; in RequiresSingletons()35 UnscopedType unscopedTypeBoundAsSingleton() { in unscopedTypeBoundAsSingleton() method in RequiresSingletons36 return unscopedTypeBoundAsSingleton; in unscopedTypeBoundAsSingleton()
65 assertThat(childComponent.requiresSingleton().unscopedTypeBoundAsSingleton()) in scopePropagatesUpward_provides()66 .isSameInstanceAs(childComponent.requiresSingleton().unscopedTypeBoundAsSingleton()); in scopePropagatesUpward_provides()67 assertThat(childComponent.requiresSingleton().unscopedTypeBoundAsSingleton()) in scopePropagatesUpward_provides()72 .unscopedTypeBoundAsSingleton()); in scopePropagatesUpward_provides()