Hi there.
I have Parent class and a child one. The parent class has some protected
methods.
My pointcut works on methods of the child class. The problem is that I want to
access protected methods of the parent in my Aspect, but they are not
visible from within my Aspect.
All these 3 classes (Parent, Child, Aspect) are in different packages.
I read here http://dev.eclipse.org/mhonarc/lists/aspectj-users/msg03270.html
that using privileged modifier will solve the problem but it does not work for
me.
Any idea??
Sina
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users