Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Pointcut doubt

How can I create a pointcut in order to add a log in all methods but getters or setters?

 

I have tried execution(* !get*(..)), but it doesn’t work.

 

Thanks in advance.

 


Back to the top