| [aspectj-users] set to null |
Hi,
is there a way to define a pointcut that can intercepts an explicit null
assignement to an object?
pointcut nullAssignement : set( MyObject+ )
I don't know how to express it.
Thanks,
Luca