Add Javadoc since tag to Bootstrapper.initialize()

See gh-25596
This commit is contained in:
Johnny Lim 2021-03-11 08:51:20 +09:00 committed by Andy Wilkinson
parent f5118a0e70
commit 90666faf6d
1 changed files with 1 additions and 0 deletions

View File

@ -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);