| Package | Description |
|---|---|
| org.springframework.aop.aspectj |
AspectJ integration package.
|
| org.springframework.aop.framework.adapter |
SPI package allowing Spring AOP framework to handle arbitrary advice types.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AspectJMethodBeforeAdvice
Spring AOP advice that wraps an AspectJ before method.
|
| Constructor and Description |
|---|
MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice)
Create a new MethodBeforeAdviceInterceptor for the given advice.
|