I need to know if we can apply advice(spring AOP) in middle of a method.I read some where that AOP is applicable only for bean method calls.But still i got this question. Please advise.
I got an idea by moving that piece of code to another method...