Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] clarification on execution method signitures

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

}


Back to the top