Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] bug / feature?

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

Back to the top