Updates:
        Status: WontFix

Comment #3 on issue 660 by sberlin: Add utility method to get the Set<Dependency<?>> representing injection of an object
http://code.google.com/p/google-guice/issues/detail?id=660

I think we can agree that writing a DI framework like Guice is a little more complex than chaining two method calls together. Guice isn't attempting to provide utility methods for every possible usecase, it's just providing the means for users to get what they need and expose the common scenarios. A small API makes it easier for people to understand.

If it turns out that writing Dependency.forInjectionPoints(InjectionPoint.forInstanceMethodsAndFields(..)) is an incredibly common use case, it's easy to make an API.

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" 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-dev?hl=en.

Reply via email to