Searched defs:unscopedTypeBoundAsSingleton (Results 1 – 2 of 2) sorted by relevance
23 private final UnscopedType unscopedTypeBoundAsSingleton; field in RequiresSingletons26 @BoundAsSingleton UnscopedType unscopedTypeBoundAsSingleton) { in RequiresSingletons()35 UnscopedType unscopedTypeBoundAsSingleton() { in unscopedTypeBoundAsSingleton() method in RequiresSingletons
25 @BoundAsSingleton private val unscopedTypeBoundAsSingleton: UnscopedType constant in dagger.functional.kotlinsrc.subcomponent.RequiresSingletons29 fun unscopedTypeBoundAsSingleton(): UnscopedType = unscopedTypeBoundAsSingleton method