Hi all, I am relatively new to aspectj. I tried writing an aspect to instrument java.lang.String, but the eclipse IDE tells me that the class is not exposed (even tried using privileged aspect). So, I want to know if there is a way to instrument system classes from aspectj? I want to instrument java.lang.String and other such classes. Any pointers will be helpful.
Thanks for your time, -S- _______________________________________________ aspectj-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/aspectj-users
