标签: java spring spring-mvc spring-boot
我的项目使用Spring Boot(& MVC),我必须在运行时动态替换方法代码。
我从下面的链接看了“MethodReplacer Interface”API:
http://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/beans/factory/support/MethodReplacer.html
我找不到任何使用Annotations进行方法替换的示例。
您能否帮助我使用使用Annotations的示例来替换我在运行时替换方法代码?