AZ wrote: > Is there an interceptor in guice that is called when a bean is being > instantiated? > > Hi, if you use Guice 1.0, the answer is no (unfortunately). If you use the future Guice 2.0, I think (I am not much in the know here) the answer is also no...
The good point is: - if you use Guice 1.0, you can look at one example I described a few months ago on my blog: http://jfpoilpret.blogspot.com/2008/07/how-to-intercept-guice-instance.html - if you use Guice 2.0 (or the latest trunk from SVN) you can probably adapt the solution I discuss (the new Guice have interesting features that could be useful to integrate into my Guice 1.0 solution) Cheers Jean-Francois --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
