- Your `@Configuration` annotated classes and `@B...
# spring
m
- Your
@Configuration
annotated classes and `@Bean`annotated methods need to be
open
(Spring tells you about it if you miss it and try to run your app, this is just Kotlin making everything
final
by default)