Open GoogleCodeExporter opened 9 years ago
Note this is expected behaviour when using AOP - to intercept the methods Guice
needs to create a subclass of the original class, so unless your annotation has
@java.lang.annotation.Inherited (and is a class annotation) then you will need
to check the superclass for the original annotations.
Original comment by mccu...@gmail.com
on 7 Apr 2013 at 6:19
Original comment by sberlin
on 7 Apr 2013 at 6:31
Does Guice provide something like Spring AopUtils.isAopProxy(Object object)?
So I can check if a class is a enhanced by Guice?
Original comment by dave.che...@gmail.com
on 9 Apr 2013 at 4:45
Original issue reported on code.google.com by
dave.che...@gmail.com
on 7 Apr 2013 at 6:13