Merge pull request #28217 from izeye

* pr/28217:
  Add Javadoc since for BeanDefinitionValueResolver.resolveInnerBean()

Closes gh-28217
This commit is contained in:
Stephane Nicoll 2022-03-22 16:53:05 +01:00
commit 565ffd129a
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ public class BeanDefinitionValueResolver {
* @param resolver the function to invoke to resolve
* @param <T> the type of the resolution
* @return a resolved inner bean, as a result of applying the {@code resolver}
* @since 6.0
*/
public <T> T resolveInnerBean(@Nullable String innerBeanName, BeanDefinition innerBd,
BiFunction<String, RootBeanDefinition, T> resolver) {