Fix method reference in Kotlin documentation

See gh-28340
This commit is contained in:
Koen Punt 2022-04-14 13:31:02 +02:00 committed by Stephane Nicoll
parent f54952481b
commit 22c82ff206
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ inline fun <reified T : Any> ListableBeanFactory.getBeansOfType(includeNonSingle
/**
* Extension for [ListableBeanFactory.getBeanNamesForAnnotation] providing a
* `getBeansOfType<Foo>()` variant.
* `getBeanNamesForAnnotation<Foo>()` variant.
*
* @author Sebastien Deleuze
* @since 5.0