Status: New
Owner: ----
New issue 661 by [email protected]: Private Modules don't de-dup Modules /
Bindings from parent modules
http://code.google.com/p/google-guice/issues/detail?id=661
When you have a parent module P that installs a module M that binds X and a
child AbstractModule A that install the same module M, it's fine if the
bindings in M are explicit or if M defines equals / hashcode. However, if
the child is instead a PrivateModule P, it doesn't de-dup, and you get
a "binding to X already configured..." error on injector creation.
See attached source for examples.
Attachments:
PrivateModuleBug.java 3.0 KB
--
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.