1.EnableInterfaceInterceptors+抽象标记特性[Intercept(typeof(CustomAutofacAop))] ,只要是实现了这个抽象就可以支持AOP 2.EnableClassInterceptors + 实现类标记特性[Intercept(typeof(CustomAutofacAop))] ,只有标记了这个特性的,才能够支持AOP如果使用EnableClassInterceptors 来支持AOP,实现类中支持AOP的方法必须为虚方法 3.具体实现中标记特性 4.Autofac支持AOP-2 实现类标记特性 containerBuilder.