Skip to content

Commit 0a31025

Browse files
committed
Merge pull request #14579 from izeye:patch-50
* pr/14579: Add @SInCE in ApplicationContextInitializedEvent
2 parents 92afd04 + f155202 commit 0a31025

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/event/ApplicationContextInitializedEvent.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* called but before any bean definitions are loaded.
2727
*
2828
* @author Artsiom Yudovin
29+
* @since 2.1.0
2930
*/
3031
@SuppressWarnings("serial")
3132
public class ApplicationContextInitializedEvent extends SpringApplicationEvent {

0 commit comments

Comments
 (0)