Hi, I have a class intended for subclassing where I configure a module, and the subclass can configure its own module.
The injector is created by: Injector injector = Guice.createInjector(new SuperClassModule(), subclassModule()); Is there any way to override a SuperClassModule binding on the subclassModule() ? Thanks, Lucas -- 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.
