Hello, All! A have quite a large hierarchy of classes. Root classes have smal count of injections, but children classes have more and more. And it is become painful (a lot of boilerplate) to promote all this injections through constructor injections, when you have large hierarchy of classes.
Currently I have a solution - do not use constructor injections, instead use field injections. But this aproach makes impossible to use my classes without Guice and I cant use final modifier (which I like very mach and I can use it with constructor injections). Any sugestions? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
