bineanzhou / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 0 forks source link

No way to bind a ConstructorInterceptor, bindInterceptor() expects an array of MethodInterceptor's #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The supplied/packaged aopalliance.jar contains an interface
ConstructorInterceptor but the Binder provides no way to bind it to anything.

Original issue reported on code.google.com by AaronJWh...@gmail.com on 14 Nov 2007 at 1:14

GoogleCodeExporter commented 9 years ago
Guice doesn't support constructor injection. In issue 78, we're considering 
adding support for 
ProvisionInterception, which is like ConstructorInterception, but with a 
better-fit to Guice.

Original comment by limpbizkit on 9 Jun 2008 at 6:30