Pointcut to intercept all methods in annotated type
In my application, I’m using the following pointcut expression to intercept all methods in classes annotated with my custom annotation.
In my application, I’m using the following pointcut expression to intercept all methods in classes annotated with my custom annotation.