public interface BeforeAdvice extends org.aopalliance.aop.Advice
MethodBeforeAdvice
Spring supports only method before advice. Although this is unlikely to change, this API is designed to allow field advice in future if desired.
AfterAdvice