Hello
I'd like to write a security advice that will require as parameter the ID of the spring bean beeing intercepted. Accoring to spring AOP reference, the AspectJ expression can be used to bind proxy, target, args .. to the advice, but I've not found anything beeing spring-dedicated
is there something equivalent to thejoin point for binding advice parameters ?Code:bean()
