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
Annotation定义
@Retention(RetentionPolicy.RUNTIME) public @interface JSONCompiled { boolean debug() default false; }
@JSONCompiled(debug=true) class Bean { public int id; }
The text was updated successfully, but these errors were encountered:
https://github.com/alibaba/fastjson2/releases/tag/2.0.51 问题已修复,请用新版本
Sorry, something went wrong.
yanxutao89
No branches or pull requests
Annotation定义
将codegen的代码用java.txt的方式输出,方便看生产代码的逻辑
The text was updated successfully, but these errors were encountered: