mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
Since @Required can only be declared on a method, this commit moves the @Required declaration from the field to the "set" method. Closes gh-28590