Thank you for your reply. > Farbeit for me to judge this use case, but it does seem slightly bizarre :)
It's a simple url --> controller method use case. The controller methods reflect a portion of the url and the arguments could for example be converted form fields. In it's current implementation it uses reflection to gather the keys and request the correct implementation through the injector. The code used is similar to the internal SingleMethodInjector of Guice. This is the reason I checked in with the mailing list to see if there is some hidden API feature that allows method injection after instantiation time. Erik -- 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.
