Child injectors cannot override bindings from a parent injector, by design. Allowing this kind of behavior would create some very surprising (and nearly impossible to debug) scenarios.
What is it that you're trying to achieve? sam On Mon, Oct 3, 2011 at 4:33 AM, [email protected] <[email protected] > wrote: > Thanks for replay, Thomas. > > Child object can contain subchilds objects too. And I want the parent > container reference can be provided to subchilds via injection too. > > -- > You received this message because you are subscribed to the Google Groups > "google-guice" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-guice/-/aFpWQ6K8DuAJ. > > 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. > -- 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.
