Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] disabling aspects

Title: Message
Greetings.
 
Is there a way to disable aspects at runtime. Say, I know that an aspect is weaved in somewhere in class MangledClass, which class MyClass is going to instanciate. I don't want this aspect instructions to trigger when MyClass instanciates and then uses MangledClass.
 
Also, is there a way to access an aspect from a Java class and modify it's public members?
 
Thanks.
 
Oleg Lebedev
Software Architect
Waterford Research Institute
Phone: 801.938.1724
Cell: 801.209.6706
 

Back to the top