We are using Spring AOP pointCutAdvice with the AnnotationMatchingPointcut
.
sometimes, the actual method is called before the PointCutAdvice
is called. And later again the same Actual method is called (totally twice).
Are there any chances of happening like this.
Note: Don't have a test case to prove currently and i cannot paste the original code for some obvious reasons.