Comment #6 on issue 487 by [email protected]: Support JSR 330 LinkedBindingBuilder#toProvider(Provider) method
http://code.google.com/p/google-guice/issues/detail?id=487
I think that although Jsr330.guicify workaround is simple enough, is not clear to the client how to solve it. At least it should be documented in LinkedBindingBuilder.toProvider(Provider<? extends T>). Btw, the current API is already confusing, all methods are javax.inject.Provider oriented, but this one isn't. Maybe the best solution is to add the proposed new method, and annotate this one like @deprecated (with a backward compatibility note)
-- You received this message because you are subscribed to the Google Groups "google-guice-dev" 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-dev?hl=en.
