Comment by d...@iuservice.com:

I think that untargetted binding simply tell the injector that there is a big chance that these types will be used soon, so better be prepared for them if it has nothing else to do.

I think the main purpose of this is to improve performance.
It's obvious that preparing the entire Java dependency graph is not the way to go. And telling Guice to prepare for what you think you will be using during its downtime should be a good practice.

For more information:
http://code.google.com/p/google-guice/wiki/UntargettedBindings

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