InjectorBuilder will be removed in the next snapshot in favor of Binder methods (called from a Module).
Is there a reason you wanted to pass a parent injector to InjectorBuilder (rather than using Injector.createChildInjector)? sam On Sun, Dec 19, 2010 at 5:55 AM, Martin Lukasiewycz <[email protected]>wrote: > Is there any simple way to use a parent Injector in the > InjectorBuilder? - The API does not allow it: > > > http://google-guice.googlecode.com/svn/trunk/javadoc/com/google/inject/InjectorBuilder.html > > One could try to convert the parent Injector into a Module and pass it > to the InjectorBuilder.addModules(...). Is that somehow possible? > > Thanks in advance > > -- > 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]<google-guice%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-guice?hl=en. > > -- 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.
