Closed
Description
I have a longer set of annotation attributes, so I use @AliasFor
to set up a short annotation. If the new annotation is set on the boot class, the value of the annotation attributes can be obtained, but the value of the annotation attributes can not be obtained on the non-boot class
Maybe if you look at my demo, you can get a clearer understanding of what I mean.
https://github.com/brucelwl/demo