Status: New
Owner: ----

New issue 601 by [email protected]: requestStaticInjection should not imply a request for static injection on superclass members
http://code.google.com/p/google-guice/issues/detail?id=601

It is surprising to me that requestStaticInjection on a class implies a request for static injection on its superclass(es).

It means, for instance, that if classes A, B, and C all have injected static members, and B extends A and C extends A, then there is no way to inject the static members of A, B, and C only once; the static members of A will be injected at least twice.

I understand this represents a change to the public API. But I think it's at least worth discussing.

--
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