A pointcut is composed of a {@link ClassFilter} and a {@link MethodMatcher}. Both these basic terms and a Pointcut itself can be combined to build up combinations (e.g. through {@link org.springframework.aop.support.ComposablePointcut}). @author Rod Johnson @see ClassFilter @see MethodMatcher @see org.springframework.aop.support.Pointcuts @see org.springframework.aop.support.ClassFilters @see org.springframework.aop.support.MethodMatchers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|