Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Instrumenting System Classes from aspectj

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-


Back to the top