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
_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to