Skip to content

Commit f3b8c2d

Browse files
committed
Merge pull request #25596 from izeye
* gh-25596: Add Javadoc since tag to Bootstrapper.initialize() Closes gh-25596
2 parents f5118a0 + 90666fa commit f3b8c2d

File tree

1 file changed

+1
-0
lines changed
  • spring-boot-project/spring-boot/src/main/java/org/springframework/boot

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/Bootstrapper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ public interface Bootstrapper {
3030
/**
3131
* Initialize the given {@link BootstrapRegistry} with any required registrations.
3232
* @param registry the registry to initialize
33+
* @since 2.4.4
3334
*/
3435
default void initialize(BootstrapRegistry registry) {
3536
intitialize(registry);

0 commit comments

Comments
 (0)