Status: New
Owner: ----

New issue 659 by [email protected]: Document module deduplication
http://code.google.com/p/google-guice/issues/detail?id=659

I have a situation in a Google project in which I would like to modify several modules to all install a common module but have the common module installed only once, to avoid errors about duplicate bindings. It occurred to me that MultiBinder must have a solution for this, and indeed it does: Guice deduplicates modules according to Object#equals. This behavior is mentioned on a few blogs but is not officially documented in Guice anywhere I could find. Please document it, e.g., on the Module class or on Binder#install.

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" 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-dev?hl=en.

Reply via email to