Hello... I'm trying to convert an application to use Guice-without-AOP because it will run within a signed Applet. I found there was an open issue (401) relating to the fact that code generation by default creates classes with the wrong package. So figured I would try converting to non-AOP Guice because I did not fancy repeating what Sebastian had to do.
Is there a nice way to get FactoryProvider-like functionality in a non- AOP environment? Not sure if there are some best practices here that I could be pointed to. Or is it simply the case that you cannot use Assisted & FactoryProviders in non-AOP. 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]. For more options, visit this group at http://groups.google.com/group/google-guice?hl=en.
