Status: New
Owner: ----

New issue 565 by Randgalt: InjectionListener.afterInjection() not called for instances created via Providers
http://code.google.com/p/google-guice/issues/detail?id=565

If I register an afterInjection listener, I expect to get notified of instances created via Providers. The listener is called for the ProviderMethod, but not the created instance.

See enclosed test. Comment out the provider and listener gets called for the Foo creation. With the Provider, however, it doesn't.

Attachments:
        test.java  1.2 KB

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