mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-10-11 12:58:53 +00:00
This removes `@Configuration` from all `@Enable` Annotations and explicitly adds `@Configuration` to wherever the `@Enable*` Annotations are used. Closes gh-11653