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.

 

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

Reply via email to