Hi,

i introduced a new annotation in my project and i've defined a pointcut on this annotation. If i annotate a method on the implementing class the pointcut is catched, but if i annotate the correspondent method in the interface it will not be catched. What is the problem?

Regards Matthias