Hi!
I want to create an @Around pointcut, what's match to MyAnnotation. Because MyAnnotation can place in method or type level. And I want to match.
I want to call my custom method if MyAnnotation present the executing method or the executing method class level. (The method level override the class level annotation values)
Any ide how can I do that?
Cow


Reply With Quote
