Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] pointcut for overridden methods

Hi,

Is it possible to write a pointcut with the following requirements:

match all methods in classes that - override or implement methods from
a class or interface, and that the original method (method in super
class or interface) has @MyAnnotation on it.

Thank you
Monal


Back to the top