Searched refs:singletonType (Results 1 – 3 of 3) sorted by relevance
22 private final SingletonType singletonType; field in RequiresSingletons25 @Inject RequiresSingletons(SingletonType singletonType, in RequiresSingletons() argument27 this.singletonType = singletonType; in RequiresSingletons()31 SingletonType singletonType() { in singletonType() method in RequiresSingletons32 return singletonType; in singletonType()
56 assertThat(childComponent.requiresSingleton().singletonType()) in scopePropagatesUpward_class()57 .isSameInstanceAs(childComponent.requiresSingleton().singletonType()); in scopePropagatesUpward_class()58 assertThat(childComponent.requiresSingleton().singletonType()) in scopePropagatesUpward_class()60 childComponent.newGrandchildComponent().requiresSingleton().singletonType()); in scopePropagatesUpward_class()
22 @Inject UnscopedType(@SuppressWarnings("unused") SingletonType singletonType) {} in UnscopedType() argument