Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
jounghu opened this issue Oct 24, 2018 · 2 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@jounghu
Copy link

jounghu commented Oct 24, 2018

 Interceptor interceptor = (Interceptor) annotation;

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

希望能修复

@crossoverJie crossoverJie self-assigned this Oct 25, 2018
@crossoverJie crossoverJie added bug Something isn't working good first issue Good for newcomers labels Oct 25, 2018
@crossoverJie
Copy link
Member

@jounghu

下一版本会修复 👍

crossoverJie added a commit that referenced this issue Nov 12, 2018
@crossoverJie
Copy link
Member

@jounghu
#31
已经修复。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants