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
_______________________________________________
aspectj-users mailing list
aspectj-users@eclipse.org
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to