Thanks Andrei!
I'll check about DynamicMethodMatcherPointcut. But after i gave a thought about the way Spring implements the AOP mechanism, it lead me to conclude that it's impossible to disable...
Type: Posts; User: jimi81; Keyword(s):
Thanks Andrei!
I'll check about DynamicMethodMatcherPointcut. But after i gave a thought about the way Spring implements the AOP mechanism, it lead me to conclude that it's impossible to disable...
Hi all!
I'm trying to write a logging aspect. My problem is that i want to make it possible to turn off/on some of the advices on runtime (on some occasions during runtime, i don't want some of...