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

ParameterizedTypeName#annotated would add the annotations repeatedly. #933

Open
zhengxiaoyao0716 opened this issue Oct 9, 2022 · 0 comments · May be fixed by #934
Open

ParameterizedTypeName#annotated would add the annotations repeatedly. #933

zhengxiaoyao0716 opened this issue Oct 9, 2022 · 0 comments · May be fixed by #934

Comments

@zhengxiaoyao0716
Copy link

zhengxiaoyao0716 commented Oct 9, 2022

When we first used the #annotated( A, B, C ) method, it appended the annotations both to the ParameterizedTypeName.this.rawType and TypeName.this.annotations, while if we use the #annotated() method again, the annotations A, B, C would appended to rawType repeatedly.

image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant