mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-01-31 02:29:42 +00:00
This removes `@Configuration` from all `@Enable` Annotations and explicitly adds `@Configuration` to wherever the `@Enable*` Annotations are used. Closes gh-11653