T - the concrete type to be injected@DoNotMock
public static interface AndroidInjector.Factory<T>
AndroidInjectors 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).Copyright © 2012–2017 The Dagger Authors. All rights reserved.