I was just wondering when I'm overriding ModA with ModB, can I do something like unbind(SomeClassBoundInModA.class) in ModB's configure() implementation? Is there's anything in Guice 2.0 that can accomplish this effect? The reason I'm asking for this is that I know Modules.override() has an undocumented feature of merging 2 or more modules, but I'm not sure if I can override a binding by deletion.
Thanks in advance! -- 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.
