Can AOP proxying be prevented for certain classes?
For instance when using global-method-security
from Spring Security. In this case I want most beans with annotations to be proxied. But for some beans I am already using a custom proxy with certain special semantics.
Any ideas appreciated!