On Aug 10, 8:18 am, Jean-Francois Poilpret <[email protected]> wrote: > 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.
The injector is almost completely constructed when the eager singletons are created. This is probably your best hook for framework magic. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
