2010/1/22 Olivier Grégoire <[email protected]> > * does the LinkedBindingBuilder#toProvider() not accept > javax.inject.Provider on purpose or was it simply forgotten? >
We don't currently plan to support javax.inject.Provider as a param in toProvider(). j.i.Provider serves a very specific purpose; while it's structurally identical to the interface used by toProvider(), the semantics are entirely different. If I could do it all over again, I'd use a different interface like toLocator(Locator). > * is there plan to support soon the javax.inject of JSR299 or will we have > to wait until JDK7 for that support ? > I'm planning to use Guice in the Android project I'm working on. This will give me an excuse to invest some time in Guice. I'll try to cut a 2.1 release while I'm at it. Thanks, Bob -- 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.
