标签: aspectj spring-aop
我在我的应用程序中使用Spring AOP在方法调用之前和之后在运行时记录一些信息。我使用注释@EnableAspectJAutoProxy启用了Spring AOP。
现在一切正常,但是我想知道是否有办法在运行时禁用它。我搜索了很多,但什么都没有。