Add Javadoc since tag to Bootstrapper.initialize()
See gh-25596
This commit is contained in:
parent
f5118a0e70
commit
90666faf6d
|
|
@ -30,6 +30,7 @@ public interface Bootstrapper {
|
|||
/**
|
||||
* Initialize the given {@link BootstrapRegistry} with any required registrations.
|
||||
* @param registry the registry to initialize
|
||||
* @since 2.4.4
|
||||
*/
|
||||
default void initialize(BootstrapRegistry registry) {
|
||||
intitialize(registry);
|
||||
|
|
|
|||
Loading…
Reference in New Issue