mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
6a68bd58f9
Since SynthesizedAnnotation will be deprecated (and potentially completely removed) in Spring Framework 6.0, this commit introduces AnnotationUtils.isSynthesizedAnnotation(Annotation) in 5.3.x to allow people to migrate away from relying on SynthesizedAnnotation. Closes gh-29054