Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top