Polishing

See gh-18353
This commit is contained in:
Sébastien Deleuze
2025-03-07 09:00:06 +01:00
parent bedc235bab
commit fda9b9a696
3 changed files with 7 additions and 7 deletions

View File

@@ -37,7 +37,7 @@ import org.springframework.core.env.Environment
* ```
* class MyBeanRegistrar : BeanRegistrarDsl({
* registerBean<Foo>()
* registerBean<Bar>(
* registerBean(
* name = "bar",
* prototype = true,
* lazyInit = true,