I've tried a couple of AspectJ examples recently and I liked what they allowed me to do. Then I tried to instrument some
java swing and java core classes (I was just curious how stuff works from inside) and I failed to do that. Is this forbidden on purpose (e.g. security reasons) or there is a workaround... What if I really need to do something like that, is it possible?