mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
322013a30a
This commit removes the "plain old class" bit of the documentation as it may be confusing. The gist of it is that it must be a bean but not annotated with `@Configuration` so the updated sentence states exactly that. Closes gh-29957