On Thu, Sep 10, 2009 at 9:50 AM, Pablo Fernandez <[email protected] > wrote:
> > Hey Dhanji, > > I'm checking the Stage.TOOL javadoc but got confused by this: > > "We need binding meta data but not a functioning Injector. Do not > inject members of instances." > > What does it do really? It just checks if the dependencies are > correct? :S > Yes, and that the configuration is correct. One benefit of Guice is that it checks to make sure all dependencies can be satisfied as soon as your start up your injector. Dhanji. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
