Open GoogleCodeExporter opened 9 years ago
Interception does not work because you are creating RealBillingService instance
yourself (in module). See
https://code.google.com/p/google-guice/wiki/AOP#Limitations
Original comment by Ash2kk@gmail.com
on 7 Jun 2012 at 7:09
Hi you are right with the following
bind(RealBillingService.class).toConstructor(
RealBillingService.class.getConstructor(String.class));
it works.
thanks
Original comment by taharqa
on 7 Jun 2012 at 9:21
Original issue reported on code.google.com by
taharqa
on 6 Jun 2012 at 4:56