Status: New
Owner: ----

New issue 722 by wix...@gmail.com: PrivateModule prevents interceptors to be applied
http://code.google.com/p/google-guice/issues/detail?id=722

Description of the issue:
When an interceptor is bound inside a private module the original class will not be enhanced if its bound and exposed via an interface. If the class is bound and exposed directly or if the interface is bound in a non private module the interceptors are applied correctly. This seems incorrect and an inconsistent behavior.

Steps to reproduce:
1. run all 3 unit tests in attached InterceptorTest class
2. testPrivateModule fails, but the other 2 run fine

Attachments:
        InterceptorTest.java  2.7 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 google-guice-dev@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to