Because all common implementation of ApplicationContext are in fact ConfigurableApplicationContext. Extract from javadoc for ConfigurableApplicationContext :
SPI interface to be implemented by most if not all application contexts.
and
Configuration and lifecycle methods are encapsulated here to avoid making them obvious to ApplicationContext client code. The present methods should only be used by startup and shutdown code
That means that when you use an application context, i.e. get beans from it you only use it as an ApplicationContext
but when you manage its life cycle (initialization and destruction) you use methods from ConfigurableApplicationContext
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…