Hi, I was wondering if there is one possibility (couldn't find any obvious in the API) to have an object listening for Guice.createInjector() work, in particular I would like that object to be notified as soon as createInjector has finished its work and is about to return the Injector. Of course, adding my code after calling Guice.createInjector() is not an option because I provide a library (with its own Module), hence I'm not the one to call Guice.createInjector().
I have tried to have that object injected with Injector (method-injection) which I supposed would happen quite late in the course of createInjector() but it doesn't seem to be so; from my observations, it looks like createInjector() is still performing some work (injection of other instances) after injecting my own object. Thanks in advance for any light on this. 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 -~----------~----~----~----~------~----~------~--~---
