类 AfterReturningAdviceInterceptor

java.lang.Object
infra.aop.framework.adapter.AfterReturningAdviceInterceptor
所有已实现的接口:
AfterAdvice, Serializable, Advice, Interceptor, MethodInterceptor

public class AfterReturningAdviceInterceptor extends Object implements MethodInterceptor, AfterAdvice, Serializable
Interceptor to wrap an AfterReturningAdvice. Used internally by the AOP framework; application developers should not need to use this class directly.
作者:
Rod Johnson
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • AfterReturningAdviceInterceptor

      public AfterReturningAdviceInterceptor(AfterReturningAdvice advice)
      Create a new AfterReturningAdviceInterceptor for the given advice.
      参数:
      advice - the AfterReturningAdvice to wrap
  • 方法详细资料