Class ScannedCompositeMethodInterceptor

  • All Implemented Interfaces:
    org.aopalliance.aop.Advice, org.aopalliance.intercept.Interceptor, org.aopalliance.intercept.MethodInterceptor

    public class ScannedCompositeMethodInterceptor
    extends Object
    implements org.aopalliance.intercept.MethodInterceptor
    代理配置, 可通过 setInterceptorList(List) 方法配置 ScannedMethodInterceptor, 用户可自定义ScannedMethodInterceptor 实例, 被拦截对象需使用 Scanned 注解
    Author:
    CofCool
    See Also:
    Scanned
    • Constructor Detail

      • ScannedCompositeMethodInterceptor

        public ScannedCompositeMethodInterceptor()