Commit 90666faf authored by Johnny Lim's avatar Johnny Lim Committed by Andy Wilkinson

Add Javadoc since tag to Bootstrapper.initialize()

See gh-25596
parent f5118a0e
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment