As it turns out, when you're generating code, assisted injection doesn't even need to be part of Dagger (or Guice for that matter). We're calling it @AutoFactory <https://github.com/google/auto>. It already works with Guice, but we have a blocking bug in Dagger<https://github.com/square/dagger/issues/322>. As soon as that's resolved we'll do our first release.
On Monday, October 21, 2013 1:43:37 PM UTC-5, Cédric Beust ♔ wrote: > > > On Mon, Oct 21, 2013 at 9:19 AM, Christian Gruber > <[email protected]<javascript:> > > wrote: > >> If you are willing to wait a bit, Google is going to release AutoFactory, >> which is a very similar system to Assisted-Inject in concept, but using >> code-generation. > > > Just curious: does this mean that assisted injection might come to Dagger > in the form of generated code? > > -- > Cédric > > -- You received this message because you are subscribed to the Google Groups "google-guice" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-guice. For more options, visit https://groups.google.com/groups/opt_out.
