So, I was reading online and you cannot make Configuration final because CGLIB extends the class to create a proxy. However, I was reading the documentation for @Scope, and the default proxyMethod value is that no proxy is created (link here- https://docs.spring.io/springframework/docs/current/javadoc-api/org/springframework/context/annotation/Scope.html).
So, my main question is, is a proxy created for each @Configuration?