frjaeger220 / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

Allow nesting injectors #226

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be usefull if it would be possible to create new Injector which
will inherit all bindings from its parent parent injector and override all
defined in its own modules.

Example usage could look something like this:

Injectot child = Guice.inheritInjector(parentInector, module1, module2);

Original issue reported on code.google.com by marko.ko...@gmail.com on 2 Aug 2008 at 9:38

GoogleCodeExporter commented 9 years ago
Duplicate of issue 45.

Original comment by limpbizkit on 2 Aug 2008 at 11:11

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 2 Aug 2008 at 11:11