Add @since in ApplicationContextInitializedEvent
Closes gh-14579
This commit is contained in:
parent
92afd041b0
commit
f1552029ea
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue