Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] annotation pinpoint

Hi All,

I'm trying to add aspect on all methods tagged by a specific
annotation with the @Around("@target(Traceable)") pinpoint.

I'm expecting AspectJ to use compilation time or load time implementation.
But it uses a runtime test on ALL the methods, leading to unacceptable
execution time.

What do I miss ?

Thanks of your help


Back to the top