Commit 0a310256 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #14579 from izeye:patch-50

* pr/14579:
  Add @since in ApplicationContextInitializedEvent
parents 92afd041 f1552029
...@@ -26,6 +26,7 @@ import org.springframework.context.ConfigurableApplicationContext; ...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment