Class AspectJMethodBeforeAdvice

java.lang.Object
org.springframework.aop.aspectj.AbstractAspectJAdvice
org.springframework.aop.aspectj.AspectJMethodBeforeAdvice
All Implemented Interfaces:
Serializable, Advice, AspectJPrecedenceInformation, BeforeAdvice, MethodBeforeAdvice, Ordered

public class AspectJMethodBeforeAdvice extends AbstractAspectJAdvice implements MethodBeforeAdvice, Serializable
Spring AOP advice that wraps an AspectJ before method.
Since:
2.0
Author:
Rod Johnson, Adrian Colyer
See Also: