|
|
|
@ -26,6 +26,7 @@ import org.springframework.context.ConfigurableApplicationContext; |
|
|
|
* called but before any bean definitions are loaded. |
|
|
|
* called but before any bean definitions are loaded. |
|
|
|
* |
|
|
|
* |
|
|
|
* @author Artsiom Yudovin |
|
|
|
* @author Artsiom Yudovin |
|
|
|
|
|
|
|
* @since 2.1.0 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@SuppressWarnings("serial") |
|
|
|
@SuppressWarnings("serial") |
|
|
|
public class ApplicationContextInitializedEvent extends SpringApplicationEvent { |
|
|
|
public class ApplicationContextInitializedEvent extends SpringApplicationEvent { |
|
|
|
|