Comment #1 on issue 714 by mccu...@gmail.com: Parent injector is injected when using childinjector
http://code.google.com/p/google-guice/issues/detail?id=714

See https://groups.google.com/d/msg/google-guice/Q592mWKTS1Q/2Ovv0SzbjBwJ

This is working as designed, the injector that is injected is the one that defined the binding - in this case because the binding for Dao.class is implicit (aka a just-in-time binding) it is bound in the parent injector and then inherited by the child (but the defining injector is still the parent).

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-dev@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to