Creates a new IMethodMatcher that is the intersection of the two supplied IMethodMatchers.
A new IMethodMatcher that is the intersection of the two supplied IMethodMatchers
The newly created matcher will match only those methods that both of the supplied matchers would match.
MethodMatchers Class | Spring.Aop.Support Namespace