A pointcut is composed of a ClassFilter and a MethodMatcher . Both these basic terms and a Pointcut itself can be combined to build up combinations (e.g. through org.springframework.aop.support.ComposablePointcut ). author: Rod JohnsonSee Also: ClassFilterSee Also: MethodMatcherSee Also: org.springframework.aop.support.PointcutsSee Also: org.springframework.aop.support.ClassFiltersSee Also: org.springframework.aop.support.MethodMatchers
null