Injects the members of instance.
(T instance)
| 39 | |
| 40 | /** Injects the members of {@code instance}. */ |
| 41 | void inject(T instance); |
| 42 | |
| 43 | /** |
| 44 | * Creates {@link AndroidInjector}s for a concrete subtype of a core Android type. |
no outgoing calls
no test coverage detected