spring-guice
spring-guice copied to clipboard
Provide support for Injector.createChildInjector()
@dsyer what did you have in mind here for this issue?
I'm really very open to suggestion. It's part of the Guice API, but not one that has a direct parallel in Spring (child contexts I guess).
I thought you might have an idea that I could just implement :)
The concepts and goals I think are the same between child injectors and child contexts. I just can't think yet of a way to leverage them in the context of bridging Spring and Guice. It may just be a bit too early to tell.