Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] Passing a parameter created in an advice to the pointcut implementation

You can also use percflow association. So you dun have to manage the thread local explicitly.

-Anggiat

On Sat, Feb 21, 2015 at 5:11 PM, Holger King <HolgerKing@xxxxxxx> wrote:
That's it! Thanks for that hint, Archie! You helped me a lot!

Am .02.2015, 20:10 Uhr, schrieb Archie Cobbs <archie@xxxxxxxxxxxx>:

Why not just use a ThreadLocal?

-Archie

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/aspectj-users


Back to the top