Upon successful creation, the Injector will inject instance fields and methods of the given object. @param type of instance @param instance for which members will be injected @since 2.0
(TypeLiteral<T> type, T instance)
| 235 | * @since 2.0 |
| 236 | */ |
| 237 | <T> void requestInjection(TypeLiteral<T> type, T instance); |
| 238 | |
| 239 | /** |
| 240 | * Upon successful creation, the {@link Injector} will inject instance fields and methods of the |
no outgoing calls