in my special case i came to conclusion to refactor it. First i have to admit that my Problem was on Client Side: I have an "Activity" that needs the "Place" to get some tokens from it to be able to initialize it self. But now i get the place via PlaceController.getWhere(). And this is an "gined" instance - could be injected easily. But i know i will need assisted injection soon. The Problem was that before you pointed to it i thought about self made alternatives (like field with setter). And now i am somehow confused if assisted injection should be used always (injecting all dependencies) or if there are use cases where it's better not to use assisted injection.
-- You received this message because you are subscribed to the Google Groups "google-guice" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-guice/-/yBufOJXj8l4J. 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.
