Skip to content

Commit

Permalink
Add Javadoc since for BeanDefinitionValueResolver.resolveInnerBean()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and snicoll committed Mar 22, 2022
1 parent 23d0240 commit f55bff5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ else if (value instanceof NullBean) {
* @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) {
Expand Down

0 comments on commit f55bff5

Please sign in to comment.