I want to create an aspect that checks that any variable of a specific
type is not null when read
I would use a pointcut like get() for normal variables (not fields)
but I think it is not possible with AspectJ is it?

can you suggest other solution?

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

Reply via email to