Skip to content

Commit 90666fa

Browse files
izeyewilkinsona
authored andcommitted
Add Javadoc since tag to Bootstrapper.initialize()
See gh-25596
1 parent f5118a0 commit 90666fa

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)