Because the calling time ofdoProcessConfigurationClass is still in parsing configuration class phase, not all @Configuration have been parsed. So here should be ConfigurationPhase.PARSE_CONFIGURATION.
Because the calling time ofdoProcessConfigurationClass is still in parsing configuration class phase, not all @Configuration have been parsed. So here should be ConfigurationPhase.PARSE_CONFIGURATION.