We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5118a0 + 90666fa commit f3b8c2dCopy full SHA for f3b8c2d
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/Bootstrapper.java
@@ -30,6 +30,7 @@ public interface Bootstrapper {
30
/**
31
* Initialize the given {@link BootstrapRegistry} with any required registrations.
32
* @param registry the registry to initialize
33
+ * @since 2.4.4
34
*/
35
default void initialize(BootstrapRegistry registry) {
36
intitialize(registry);
0 commit comments