Example usage for org.springframework.aop.support AbstractExpressionPointcut subclass-usage

List of usage examples for org.springframework.aop.support AbstractExpressionPointcut subclass-usage

Introduction

In this page you can find the example usage for org.springframework.aop.support AbstractExpressionPointcut subclass-usage.

Usage

From source file org.springframework.aop.aspectj.AspectJExpressionPointcut.java

/**
 * Spring {@link org.springframework.aop.Pointcut} implementation
 * that uses the AspectJ weaver to evaluate a pointcut expression.
 *
 * <p>The pointcut expression value is an AspectJ expression. This can
 * reference other pointcuts and use composition and other operations.