|
From: Rod J. <rod...@in...> - 2003-11-10 17:51:57
|
MethodMatchers and ClassFilters abstract classes are purely intended to hold static methods and shouldn't implement the respective interface. Please note the comments on the MethodMatcher interface, which reflects a flattening of the present MethodPointcut <------ DynamicMethodPointcut inheritance relationship. "Runtime" or dynamic class filtering doesn't make sense, as class filtering is really only an information used for optimization when creating a proxy. Regards, Rod |