Note that using this method inside a custom DI {@link Provider} will most likelyresult in double injection, as custom provider is wrapped in a field-injecting provider by the DI container. Instead custom providers must initialize object properties manually, obtaining dependencies from Injector.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|