Re: Any way to override bindings?

2014-02-18 Thread Tim Boudreau
I think the mention of inheritance at the top of this thread sent it off in some weird directions. You don't have an inheritance problem. You have a one module binding orthagonal things problem. Split the stuff that will not be overridden out of your parent module. Create a new module -

Re: Any way to override bindings?

2014-01-21 Thread Sergiy Sokolenko
You can also use com.gogle.inject.util.Modules.override(Module... modules) to override bindings as suggested by @albertb at http://stackoverflow.com/questions/483087/overriding-binding-in-guice On Saturday, March 17, 2007 5:45:24 AM UTC+2, ajoo@gmail.com wrote: Hi there. We have a