| [aspectj-users] clarification on execution method signitures |
|
Anyone provide some clarity on execution such
that you can single out one method call from another in an overloaded case?
Want to add a pointcut for foo passing single object. foo(Object obj1) { } foo(Object obj1, Object obj2) { } |