Package dagger.android
Interface AndroidInjector.Factory<T>
- Type Parameters:
T
- the concrete type to be injected
- All Known Implementing Classes:
AndroidInjector.Builder
- Enclosing interface:
AndroidInjector<T>
public static interface AndroidInjector.Factory<T>
Creates
AndroidInjector
s for a concrete subtype of a core Android type.-
Method Summary
-
Method Details
-
create
Creates anAndroidInjector
forinstance
. This should be the same instance that will be passed toAndroidInjector.inject(Object)
.
-