Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-dev] binding arbitrary args

Title: Message
Greetings.
 
Is it possible to declare a pointcut, which targets any method in a class with any kind of arguments and then lists all the passed in parameters? What I am trying to do is to to print out all the parameters passed in to any method in a class independent of the method signature. So, it would be nice if I could bind an advice parameter, say a Vector, to all the parameters passed in to the method.
 
Any help would be greatly appreciated.
 
Regards.
 
Alec

Back to the top