Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RES: RES: [aspectj-users] Method introduction

Ron,
 
Every time that a method is intercepted I would like to make a deep clone of this arguments. I'm thinking to use object serialization to do this, so it's necessary that the object implements the Serializable interface. My problem is that I don't know the argument class, so I'm trying to include a inter-type declaration for all possible objects...
 
Andre

Back to the top