Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] How to intercept proceed() in around() advice

Ron DiFrango, 29.08.2012 16:35:
> Or, is proceed sort of a generic delegator, can't a base Aspect
> class be created that wraps the common functionality into it and
> just accepts the message as the parameter and executes the code as
> required?

Thanks for this suggestion, Ron. As I said in my answer to Andy Clement:
There is always a way to work around limitations, and I found one. But
work-arounds are (at least for me) also always some kind of mental
"breakpoint" to stop and think about possible alternatives which might
not even exist yet, but be desireable.

Regards
--
Alexander Kriegisch


Back to the top