Hi,

I don't know if that is meant to be or not but I tried the following
pointcut
pointcut traceMyBean():execution(public * (@(javax.ejb.Stateless )
 com.frogx..*).*(..));

I discovered that it traced all public methods except when the method had
annotation at the method level

Is that a bug or a feature and how should the pointcut be written to trace
the annotated methods?

Thanks,

Yaron
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to