I have this setup
InjectorA-ModuleA-InjectorB-ModuleB-InjectorC-ModuleC-Final injector
\----ModuleD--/
On the B level there are multiple Modules which all are private
however they possibly expose a interface that possible used in one of
the multiple modules on layer C. However I get this message on the c
level when it tries to inject the interface from B level:
Unable to create binding for
com.netdesign.remedy.provider.RemedyWallboardDataProviderInterface. It
was already configured on one or more child injectors or private
modules
will private module only expose to siblings or does it work on children aswell?
regards Nino
--
You received this message because you are subscribed to the Google Groups
"google-guice" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice?hl=en.