Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Consuming annotations

Hello Alexandre,

I think you need the load time weaving feature in that case.
http://eclipse.org/aspectj/doc/next/adk15notebook/ltw.html
The fact is that ltw will not available until M3, right ?

On the other hand, if you want to intercept call to those "on the fly"
classes, that means they implement an interface that is well known at
compile time I guess (else that means that even the caller is on the
fly generated ..).

Reading your answer i understood that i didn't mean "intercept a call on the annotated interface" but instead "intercept the execution of an annotated method"...this changes a lot i suppose...





Back to the top