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
我写了这个 但是不生效,而且 我想知道field.order 有什么用 ,看起来是可以排序的
The text was updated successfully, but these errors were encountered:
并且我发现大佬你的排序 只能处理两层的继承 如果是3层的继承 只会生效2层的继承
Sorry, something went wrong.
配了之后,你就可以在注释上控制顺序了:
/** * @order 100 */ private Integer xxx;
没有做层次的限制,按说你在任意层都可以注释@order.
@order
No branches or pull requests
我写了这个 但是不生效,而且 我想知道field.order 有什么用 ,看起来是可以排序的
The text was updated successfully, but these errors were encountered: