Skip to content

Commit

Permalink
Fix method reference in Kotlin documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
koenpunt authored and snicoll committed Apr 14, 2022
1 parent f549524 commit 22c82ff
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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
Expand Down

0 comments on commit 22c82ff

Please sign in to comment.