I took a look at it and I still don't feel that it solves this problem
that I described in another post:
configure() {
binder.install(new MyModule("Bob"))
binder.install(new MyModule("Bill"))
}Where both mymodules binds some things that should only be bound locally but has global effect. My proposal to this was binder.bindLocally and binder.bindGlobally though I'm sure that probably has some unwanted sideeffects as well. Where would you use the childinjector ? I thought that you should just create and use your injector once ? I'm sure this is a very good thing but how and where to use it ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
