mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Add @since in ApplicationContextInitializedEvent
Closes gh-14579
This commit is contained in:
committed by
Stephane Nicoll
parent
92afd041b0
commit
f1552029ea
+1
@@ -26,6 +26,7 @@ import org.springframework.context.ConfigurableApplicationContext;
|
||||
* called but before any bean definitions are loaded.
|
||||
*
|
||||
* @author Artsiom Yudovin
|
||||
* @since 2.1.0
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class ApplicationContextInitializedEvent extends SpringApplicationEvent {
|
||||
|
||||
Reference in New Issue
Block a user