| Name | Type | Description | Detail |
| | | |
| AbstractAspectJAdvice | Abstract Class | Base class for AOP Alliance Advice classeswrapping an AspectJ aspect or an AspectJ-annotated advice method. | Detail |
| AspectInstanceFactory | Interface | Interface implemented to provide an instance of an AspectJ aspect. | Detail |
| AspectJAdviceParameterNameDiscoverer | Class | ParameterNameDiscoverer implementation that tries to deduce parameter namesfor an advice method from the pointcut expression, returning, and throwing clauses. | Detail |
| AspectJAfterAdvice | Class | Spring AOP advice wrapping an AspectJ after advice method. | Detail |
| AspectJAfterReturningAdvice | Class | Spring AOP advice wrapping an AspectJ after-returning advice method. | Detail |
| AspectJAfterThrowingAdvice | Class | Spring AOP advice wrapping an AspectJ after-throwing advice method. | Detail |
| AspectJAopUtils | Class | Utility methods for dealing with AspectJ advisors. | Detail |
| AspectJAroundAdvice | Class | Spring AOP around advice (MethodInterceptor) that wrapsan AspectJ advice method. | Detail |
| AspectJExpressionPointcut | Class | Spring Pointcut implementationthat uses the AspectJ weaver to evaluate a pointcut expression. | Detail |
| AspectJExpressionPointcutAdvisor | Class | Spring AOP Advisor that can be used for any AspectJ pointcut expression. | Detail |
| AspectJMethodBeforeAdvice | Class | Spring AOP advice that wraps an AspectJ before method. | Detail |
| AspectJPointcutAdvisor | Class | AspectJPointcutAdvisor that adapts an AbstractAspectJAdviceto the PointcutAdvisor interface. | Detail |
| AspectJPrecedenceInformation | Interface | Interface to be implemented by types that can supply the informationneeded to sort advice/advisors by AspectJ's precedence rules. | Detail |
| AspectJProxyUtils | Class | Utility methods for working with AspectJ proxies. | Detail |
| AspectJWeaverMessageHandler | Class | routes AspectJ weaving messages through the same logging system as theregular Spring messages. | Detail |
| DeclareParentsAdvisor | Class | Introduction advisor delegating to the given object. | Detail |
| InstantiationModelAwarePointcutAdvisor | Interface | Interface to be implemented by Spring AOP Advisors wrapping AspectJaspects that may have a lazy initialization strategy. | Detail |
| MethodInvocationProceedingJoinPoint | Class | wrapping an AOP Alliance MethodInvocation. | Detail |
| SimpleAspectInstanceFactory | Class | of the specified aspect class for every getAspectInstance() call. | Detail |
| SingletonAspectInstanceFactory | Class | specified singleton object, returning the same instance for everygetAspectInstance() call. | Detail |
| TypePatternClassFilter | Class | Spring AOP ClassFilter implementation using AspectJ type matching. | Detail |