TogetherOS / cicada

🚀 Fast lightweight HTTP service framework.
https://crossoverjie.top/categories/cicada/
Apache License 2.0
953 stars 212 forks source link

@Inteceptor order一样的话,会导致先前扫描到的interceptor 被覆盖 #22

Closed jounghu closed 5 years ago

jounghu commented 5 years ago
 Interceptor interceptor = (Interceptor) annotation;

 interceptorMap.put(interceptor.order(), cls);

希望能修复

crossoverJie commented 5 years ago

@jounghu

下一版本会修复 👍

crossoverJie commented 5 years ago

@jounghu

31

已经修复。