Hi, I need to advise all methods of a tree of classes. All the classes inherit from java.util.AbstractList which I can't access with the AspectJ compiler.
It seems that a method must be directly declared in one of the classes that the weaver may change in order to receive my advice. Is it not possible to inject override methods into the accessible classes that can then be advised? Cheers /Eike _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
