Re: [aspectj-users] Problem with annotation based pointcut and inner classes

2008-08-29 Thread Christian Kölle
Andrew Eisenberg wrote: Does this not work for you? The call to method() in main() is where the advice is applied. Hi Thanks for the answer and sorry for the question in the first place. You're right, this works fine. My problem was the result of a build problem in our project. The

[aspectj-users] Problem with annotation based pointcut and inner classes

2008-08-27 Thread Christian Kölle
Hello I have a problem with an annotation based pointcut that should match annotated methods. Here's the aspect code: privileged aspect JetmMeasurement { pointcut jetmMeasure(): call(@Jetm * *(..)); Object around(): jetmMeasure() { [...] } Unfortunately the pointcut doesn't