T
- the concrete type to be injectedpublic static interface AndroidInjector.Factory<T>
AndroidInjector
s for a concrete subtype of a core Android type.Modifier and Type | Method and Description |
---|---|
AndroidInjector<T> |
create(T instance)
Creates an
AndroidInjector for instance . |
AndroidInjector<T> create(T instance)
AndroidInjector
for instance
. This should be the same instance
that will be passed to AndroidInjector.inject(Object)
.