The Configuration is scanned as part of the component scanning, and the bean is created at that point.
I think
this documentation is still relevant.
As to what order it handles the Configuration class or the Component class, I'm not sure it's defined.
As for how autowiring is done, that's handled during component scanning.
It's driven entirely by the component, not by finding a bean and then hunting for components that depend on that bean.