Package org.springframework.aop.aspectj
@NonNullApi
@NonNullFields
package org.springframework.aop.aspectj
AspectJ integration package. Includes Spring AOP advice implementations for AspectJ 5
annotation-style methods, and an AspectJExpressionPointcut: a Spring AOP Pointcut
implementation that allows use of the AspectJ pointcut expression language with the Spring AOP
runtime framework.
Note that use of this package does not require the use of the ajc
compiler
or AspectJ load-time weaver. It is intended to enable the use of a valuable subset of AspectJ
functionality, with consistent semantics, with the proxy-based Spring AOP framework.
-
ClassDescriptionBase class for AOP Alliance
Advice
classes wrapping an AspectJ aspect or an AspectJ-annotated advice method.Interface implemented to provide an instance of an AspectJ aspect.ParameterNameDiscoverer
implementation that tries to deduce parameter names for an advice method from the pointcut expression, returning, and throwing clauses.Thrown in response to an ambiguous binding being detected when trying to resolve a method's parameter names.Spring AOP advice wrapping an AspectJ after advice method.Spring AOP advice wrapping an AspectJ after-returning advice method.Spring AOP advice wrapping an AspectJ after-throwing advice method.Utility methods for dealing with AspectJ advisors.Spring AOP around advice (MethodInterceptor) that wraps an AspectJ advice method.SpringPointcut
implementation that uses the AspectJ weaver to evaluate a pointcut expression.Spring AOP Advisor that can be used for any AspectJ pointcut expression.Spring AOP advice that wraps an AspectJ before method.Interface to be implemented by types that can supply the information needed to sort advice/advisors by AspectJ's precedence rules.Utility methods for working with AspectJ proxies.Implementation of AspectJ'sIMessageHandler
interface that routes AspectJ weaving messages through the same logging system as the regular Spring messages.Introduction advisor delegating to the given object.Interface to be implemented by Spring AOP Advisors wrapping AspectJ aspects that may have a lazy initialization strategy.An implementation of the AspectJProceedingJoinPoint
interface wrapping an AOP AllianceMethodInvocation
.Implementation ofAspectInstanceFactory
that creates a new instance of the specified aspect class for everySimpleAspectInstanceFactory.getAspectInstance()
call.Implementation ofAspectInstanceFactory
that is backed by a specified singleton object, returning the same instance for everySingletonAspectInstanceFactory.getAspectInstance()
call.Spring AOPClassFilter
implementation using AspectJ type matching.