``` bean { Routes(ref(), ref()) } ``` I mean...
# spring
s
Copy code
bean {
    Routes(ref(), ref())
  }
I mean I understand what this does. But just looks a bit WTF to me. Normal
Java/Kotlin
@Configuration would look better and be more explicit in this case.
1