Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Aspect enabled

Hi,

I have an aspect ( aspectj ) in a library. I make another java app dependent on this library. Then I weave the aspect library in at compile time e.g. building the java application.
Will the aspect be enabled, when pointcut matches, by default when I run the application? I guess I don't have to do anything extra or?

br,

//mikael

 

 


Back to the top