Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
1 participant