InjectorBuilder shouldn't be in trunk anymore (I don't see it listed @ http://code.google.com/p/google-guice/source/browse/#svn%2Ftrunk%2Fcore%2Fsrc%2Fcom%2Fgoogle%2Finject or when doing an update), nor should things be referencing it. The class was removed in favor of methods in Binder (see the changes since rc1 @ http://code.google.com/p/google-guice/wiki/Guice30#Changes_since_rc1 ).
sam On Tue, Jan 18, 2011 at 1:45 PM, Leigh Klotz <[email protected]> wrote: > InjectorBuilder appears in trunk but it's gone in guice-3.0-rc2. > > And in trunk, some Guice.createInjector methods are marked as > deprecated in favor of InjectorBuilder. I don't need the > functionality, but I'm concerned that the static methods are marked > @deprecated in trunk. > > Here's where it was designed: > http://code.google.com/p/google-guice/issues/detail?id=395 > which says > re-closing as fixed based on new suggestions, from commits r41141 > [sic], r1142, &r1143. > > (r41141 should be r1141.) > > So should we be expecting InjectorBuilder in Guice-3.0, or is it being > held back? > > > Thank you, > Leigh. > > > > -- > 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.
