类的使用
org.springframework.aop.support.ComposablePointcut
使用ComposablePointcut的程序包 程序包 说明 org.springframework.aop.support Convenience classes for using Spring's AOP API.org.springframework.aop.support中ComposablePointcut的使用
返回ComposablePointcut的org.springframework.aop.support中的方法 修饰符和类型 方法 说明 ComposablePointcutComposablePointcut. intersection(ClassFilter other)Apply an intersection with the given ClassFilter.ComposablePointcutComposablePointcut. intersection(MethodMatcher other)Apply an intersection with the given MethodMatcher.ComposablePointcutComposablePointcut. intersection(Pointcut other)Apply an intersection with the given Pointcut.ComposablePointcutComposablePointcut. union(ClassFilter other)Apply a union with the given ClassFilter.ComposablePointcutComposablePointcut. union(MethodMatcher other)Apply a union with the given MethodMatcher.ComposablePointcutComposablePointcut. union(Pointcut other)Apply a union with the given Pointcut.