Closed
Description
Overview
Prior to Spring Framework 5.2, some of our annotation utilities would not synthesize an annotation if it was already synthesized or not synthesizable.
It appears that we may have lost this functionality with the introduction of the new MergedAnnotations
API. This issue is therefore labeled as a potential regression.
Deliverables
- Determine if annotations are synthesized unnecessarily and decide where to go from there.