public class MethodBeforeAdviceInterceptor extends Object implements org.aopalliance.intercept.MethodInterceptor, Serializable
MethodBeforeAdvice
.
Used internally by the AOP framework; application developers should not need
to use this class directly.Constructor and Description |
---|
MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice)
Create a new MethodBeforeAdviceInterceptor for the given advice.
|
public MethodBeforeAdviceInterceptor(MethodBeforeAdvice advice)
advice
- the MethodBeforeAdvice to wrapCopyright © 2015. All rights reserved.