I have a tree based object model that needs to be constructed partially depending on certain methods being called. When I create an object in this tree I have a typical factory that takes in configuration/DI objects that are global or well defined before hand and a set of objects from the current execution context.
I am new to Guice, but this seems to be the case for a parameterized Provider but I provide the parameters based on my execution context instead and not Guice. What is the best way to handle this in Guice? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
