Closed
Description
Sam Brannen opened SPR-13064 and commented
#16137 introduced support for annotation attribute aliases by synthesizing annotations; however, synthesized annotations currently do not properly implement toString()
which can lead to confusion in log output and while debugging.
Affects: 4.2 RC1
Issue Links:
- Introduce unified support for declaring and looking up annotation attribute aliases [SPR-11512] #16137 Introduce unified support for declaring and looking up annotation attribute aliases ("depends on")
- Implement equals() for synthesized annotations [SPR-13065] #17657 Implement equals() for synthesized annotations ("is depended on by")
- Implement hashCode() for synthesized annotations [SPR-13066] #17658 Implement hashCode() for synthesized annotations ("is depended on by")