Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] non nullable type

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


Back to the top