feat: Support @AnnotatedWith on class specified by @DecoratedWith#3868
feat: Support @AnnotatedWith on class specified by @DecoratedWith#3868filiphr merged 4 commits intomapstruct:mainfrom
Conversation
Signed-off-by: TangYang <[email protected]>
filiphr
left a comment
There was a problem hiding this comment.
How does this work with the Spring decoration? In the @Mapper we are doing some special stuff in case someone uses @AnnotateWith with @Component.
07874d7 to
5715369
Compare
1. Added deduplication of annotations for spring decorator when using @DecoratedWith. 2. Added @DecoratedWith tests for various ComponentModel decorators Signed-off-by: TangYang <[email protected]>
5715369 to
2035082
Compare
For For Do you think there are other scenarios that need to be handled? @filiphr |
filiphr
left a comment
There was a problem hiding this comment.
Thanks @tangyang9464. I pushed some polishing commits, I'll merge once the build passes
close: #3659