While I'm coding Java in IDEA, I create a collection, I could just ctrl+click to see the implementation that how Java itself implements a collection, so I can read it and try to understand its concept.
I can jump into Collection source code and its implementation, but fail to see the getBean
method's implementation.