alibaba / jvm-sandbox

Real - time non-invasive AOP framework container based on JVM
GNU Lesser General Public License v3.0
6.69k stars 1.55k forks source link

如何直接根据beforEvent手动执行一个方法 #440

Closed 1034323716 closed 2 months ago

1034323716 commented 10 months ago

我现在已经拿到了BeforeEvent对象,并且还有自定义的入参对象,如何直接执行真实的方法

oldmanpushcart commented 2 months ago

直接返回就好了,真实的方法会在返回后被执行。