Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] [newbie] inlining advices, inserting code in each pointcut occurence

hi,

is there any possibility to force AspectJ compiler to inline a piece
of code directly into a pointcut? that means, such code would be
copied into and not referenced in each pointcut.

thanks in advance,
koder


Back to the top