Title: RE: [aspectj-users] Custom JoinPoints

 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) {

}

_______________________________________________
aspectj-users mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Reply via email to