We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.x 全版本,3.x 全版本
如题。比如 class 有 A 注解、B 注解,方法 foo() 分别有 C、D 注解,理论上注解的执行顺序应该是 ABCD,但实际上是 CDAB。在 3.2.2 修复了一个倒序执行的问题,但是没有从根本上解决执行顺序的问题。(3.2.1 及以前的 3.x 版本执行顺序是 BACD,也是不对的)
foo()
如题。
重写注解加载顺序部分的代码。
No response
The text was updated successfully, but these errors were encountered:
update to 2.8.9, fix ergodic order via #365
6c69cdd
f0cba01
Successfully merging a pull request may close this issue.
受影响版本
2.x 全版本,3.x 全版本
描述
如题。比如 class 有 A 注解、B 注解,方法
foo()
分别有 C、D 注解,理论上注解的执行顺序应该是 ABCD,但实际上是 CDAB。在 3.2.2 修复了一个倒序执行的问题,但是没有从根本上解决执行顺序的问题。(3.2.1 及以前的 3.x 版本执行顺序是 BACD,也是不对的)复现步骤
如题。
解决方案
重写注解加载顺序部分的代码。
附加信息
No response
The text was updated successfully, but these errors were encountered: