Add @since in ApplicationContextInitializedEvent

Closes gh-14579
This commit is contained in:
Johnny Lim
2018-09-22 23:25:29 +09:00
committed by Stephane Nicoll
parent 92afd041b0
commit f1552029ea

View File

@@ -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 {