Home
last modified time | relevance | path

Searched defs:singletonType (Results 1 – 2 of 2) sorted by relevance

/external/dagger2/javatests/dagger/functional/subcomponent/
DRequiresSingletons.java22 private final SingletonType singletonType; field in RequiresSingletons
25 @Inject RequiresSingletons(SingletonType singletonType, in RequiresSingletons()
31 SingletonType singletonType() { in singletonType() method in RequiresSingletons
DUnscopedType.java22 @Inject UnscopedType(@SuppressWarnings("unused") SingletonType singletonType) {} in UnscopedType()