Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-users] injectMembers()

Hi,

Is it possible to benefit from LocatorWiring/BeanLocator within `injector#injectMembers()` execution in a fashion similar to injector creation (courtesy of WireModule)? 

Instances for members injection are factory-created. Existing bindings are injected properly, but I would like to get, for example, (effectively deferred) List bindings that come as part of dynamic child injectors working in the same way.

--
Regards,
Anton.

Back to the top