Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] compile question

Title: compile question

Is it possible to apply an aspect multiple times to the same .class file
and have the advice code run multiple times?

I think I know the answer, but I want to make sure.  I'm guessing the answer is this.

This is not possible.  AspectJ won't recompile classes unless they change
or an aspect that crosscuts them changes.  When this happens, it starts
over, producing new .class files rather than patching existing ones.

Correct?



***********************************************************************************
WARNING: All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
************************************************************************************

Back to the top