Make requestStaticInjection work for TypeListeners
- Dominant language
- Java
- Stars
- 12.7k
- Forks
- 1.7k
- Avg merge
- 11m
- Merged PRs (30d)
- 2
Description
_From [mburton](https://code.google.com/u/108024592838097465800/) on December 09, 2009 00:01:31_
In some situations it's necessary to create custom injection annotations by
using TypeListeners.
Standard (non-static) injection works fine for members annotated with these
custom annotations. However, requestStaticInjection() does not appear to
work with TypeListeners. This leads to confusing and unexpected behavior
for users of these annotations.
It would be nice to if TypeListeners could work as well with static injection as
they do with non-static injection. http://groups.google.com/group/google- guice/browse_thread/thread/710b7ecc3ef7e1dd/d032391809fb123a
_Original issue: http://code.google.com/p/google-guice/issues/detail?id=452_
Contributor guide
Assessment
This issue has not been assessed yet.