Overview
Since SynthesizedAnnotation
will be deprecated (and potentially completely removed) in Spring Framework 6.0, we should introduce AnnotationUtils.isSynthesizedAnnotation(Annotation)
in 5.3.x
to allow people to migrate away from relying on SynthesizedAnnotation
.
Related Issues
-
29041
-
29053