On Aug 4, 8:41 am, kimchy <[email protected]> wrote:
>   Is this the intended behavior? I was thinking that any type listener
> I bind in the child injector should be applied to anything I bind in
> the child injector...

Yup, this is the intended behaviour. The workaround is to create an
explicit binding in the child module - perhaps something like this:
  bind(FooImpl.class);
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to