mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
4cd635e9c8
Prior to this commit, the AutowiredArgumentMarker type was repeatedly instantiated in ConstructorResolver. This commit replaces the AutowiredArgumentMarker type with a simple Object instance. Closes gh-23469