| 程序包 | 说明 |
|---|---|
| org.springframework.aop.support |
Convenience classes for using Spring's AOP API.
|
| 限定符和类型 | 方法和说明 |
|---|---|
ComposablePointcut |
ComposablePointcut.intersection(ClassFilter other)
Apply an intersection with the given ClassFilter.
|
ComposablePointcut |
ComposablePointcut.intersection(MethodMatcher other)
Apply an intersection with the given MethodMatcher.
|
ComposablePointcut |
ComposablePointcut.intersection(Pointcut other)
Apply an intersection with the given Pointcut.
|
ComposablePointcut |
ComposablePointcut.union(ClassFilter other)
Apply a union with the given ClassFilter.
|
ComposablePointcut |
ComposablePointcut.union(MethodMatcher other)
Apply a union with the given MethodMatcher.
|
ComposablePointcut |
ComposablePointcut.union(Pointcut other)
Apply a union with the given Pointcut.
|