Comment by [email protected]:

Looks like I found an answer to my own question on the [https://code.google.com/p/google-guice/wiki/JustInTimeBindings JustInTimeBindings page]:

"If a type is needed but there isn't an explicit binding, the injector will attempt to create a Just-In-Time binding...Guice can create bindings for concrete types by using the type's injectable constructor. This is either a public, no-arguments constructor, or a constructor with the @Inject annotation"

For more information:
https://code.google.com/p/google-guice/wiki/GettingStarted

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-guice-dev.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to