Is this IMethodMatcher dynamic?
true if this IMethodMatcher is dynamic.
If true, the three argument Matches method will be invoked if the two argument Matches method returns true.
Note that this property can be checked when an AOP proxy is created, and implementations need not check the value of this property again before each method invocation.
IMethodMatcher Interface | Spring.Aop Namespace