Guice behaviour if one interceptor throws an exception

前端 未结 0 531
滥情空心
滥情空心 2021-01-24 05:57

Suppose I have 2 MethodInterceptors defined, say I1 and I2.

public class I1 implements MethodInterceptor {
    @Override
    public Object invoke(MethodInvocation         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题