Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Pointcut limitations

Hello,

I'm looking for a way to weave code into ANY class (even the standard java
classes like java.util.Vector for instance). I tried with different aop
implementations (such as AspectJ, AspectWerkz and JBoss AOP) but none of
these seems to allow that kind of weaving.

I guess it has to be a load-time weaving in order to avoid permanent
changes. Am I misunderstanding ?

Can someone help me ?

Thank you,

Antoine
-- 
View this message in context: http://www.nabble.com/Pointcut-limitations-tf3558873.html#a9937969
Sent from the AspectJ - users mailing list archive at Nabble.com.



Back to the top