Example usage for org.springframework.aop.aspectj.annotation AspectJAdvisorFactory interface-usage

List of usage examples for org.springframework.aop.aspectj.annotation AspectJAdvisorFactory interface-usage

Introduction

In this page you can find the example usage for org.springframework.aop.aspectj.annotation AspectJAdvisorFactory interface-usage.

Usage

From source file org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.java

/**
 * Abstract base class for factories that can create Spring AOP Advisors
 * given AspectJ classes from classes honoring the AspectJ 5 annotation syntax.
 *
 * <p>This class handles annotation parsing and validation functionality.
 * It does not actually generate Spring AOP Advisors, which is deferred to subclasses.