Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Question re: around advice on field set


Greetings,

Is there a way to get the 'current' value of a field during the around advice of a field set other than by reflection? 

It woudl be nice if it could be bound to a parameter like this and args can  - perhaps set should be a two argument joinpoint the newValue and the oldValue.  This would certainly simplify aspects which wish to implement Undo or Transaction state saving.

--
-pete
peter m. murray
pete@xxxxxxxxxxxx

Back to the top