mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
4abbddf601
This commit revises AutowiredAnnotationBeanPostProcessor so that determineRequiredStatus(MergedAnnotation<?>) only looks up the required attribute once. Closes gh-36314