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