File tree 5 files changed +10
-10
lines changed
spring-context/src/main/java/org/springframework/context/event
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
29
29
public abstract class ApplicationContextEvent extends ApplicationEvent {
30
30
31
31
/**
32
- * Create a new ContextStartedEvent .
32
+ * Create a new {@code ApplicationContextEvent} .
33
33
* @param source the {@code ApplicationContext} that the event is raised for
34
34
* (must not be {@code null})
35
35
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
29
29
public class ContextClosedEvent extends ApplicationContextEvent {
30
30
31
31
/**
32
- * Creates a new ContextClosedEvent.
32
+ * Create a new {@code ContextClosedEvent} .
33
33
* @param source the {@code ApplicationContext} that has been closed
34
34
* (must not be {@code null})
35
35
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
29
29
public class ContextRefreshedEvent extends ApplicationContextEvent {
30
30
31
31
/**
32
- * Create a new ContextRefreshedEvent.
32
+ * Create a new {@code ContextRefreshedEvent} .
33
33
* @param source the {@code ApplicationContext} that has been initialized
34
34
* or refreshed (must not be {@code null})
35
35
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
30
30
public class ContextStartedEvent extends ApplicationContextEvent {
31
31
32
32
/**
33
- * Create a new ContextStartedEvent.
33
+ * Create a new {@code ContextStartedEvent} .
34
34
* @param source the {@code ApplicationContext} that has been started
35
35
* (must not be {@code null})
36
36
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
30
30
public class ContextStoppedEvent extends ApplicationContextEvent {
31
31
32
32
/**
33
- * Create a new ContextStoppedEvent.
33
+ * Create a new {@code ContextStoppedEvent} .
34
34
* @param source the {@code ApplicationContext} that has been stopped
35
35
* (must not be {@code null})
36
36
*/
You can’t perform that action at this time.
0 commit comments