Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Intercept method call to an external jar

Hi,

I am looking for an AspectJ example that uses the "call" pointcut. In my example, I use Spring AOP, and it does not contain the "call" pointcut. I want to intercept a call to method that is declared in an external Jar. Do you have any example that can help me?


Back to the top