Merge pull request #25596 from izeye

* gh-25596:
  Add Javadoc since tag to Bootstrapper.initialize()

Closes gh-25596
pull/25709/head
Andy Wilkinson 4 years ago
commit f3b8c2d477

@ -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…
Cancel
Save