I am doing some experiments on spring @configuration annotation and i found that it need CGLIB as it's dependent library.As we know CGLIB is used to generate the code at run time(generating proxy object at run time),I need to under stand if the bean returned by the following code block is a proxy object or real objectI am doing some experiments on spring @configur