Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] annotated type aspect

Hi,

Annotated pointcut question:

pointcut traceSessionBean(): execution(public * (@(Stateless ||Stateful || EJB)  *).*(..)); doesnt match.

Do I need to explicitly write javax.ejb.Stateless etc?

Thanks,
Yaron

Back to the top