My understanding is that .. is 0-Many args and * is one arg of any name. Is this correct?
Does aspectj support syntax like args(..,myArg,..)?
|
My understanding is that Does aspectj support syntax like |
||||
|
This is from AspectJ site: http://www.eclipse.org/aspectj/doc/next/progguide/semantics-pointcuts.html
Update From AspectJ in Action - for method signatures:
|
|||||
|
|
Others have answered part of the question before me, so I will only amend:
Now what should happen if the advice is:
Should |
|||
|
|
myArgin your case. – climbage Sep 6 '12 at 15:14