On Thu, Sep 11, 2008 at 2:17 PM, Pyrolistical <[EMAIL PROTECTED]> wrote:

>
> I don't have @Inject on B, because class A know B needs C Injected.
>
>
'A' doesn't know and is not supposed to know what B depends on... one thing
it's supposed to know is that it actually depends on B, which is why you
need an @Inject on B. Guice doesn't do implicit auto-wiring. Sorry, but I
don't see your problem.
-- 
Pavel

--~--~---------~--~----~------------~-------~--~----~
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