Add Javadoc since to BeanDefinitionBuilder.setSynthetic()

See gh-27155
This commit is contained in:
Johnny Lim 2021-07-12 09:52:36 +09:00 committed by Stephane Nicoll
parent 75d4465908
commit 925edf28fc
1 changed files with 1 additions and 0 deletions

View File

@ -334,6 +334,7 @@ public final class BeanDefinitionBuilder {
/**
* Set whether this bean is 'synthetic', that is, not defined by
* the application itself.
* @since 5.3.9
*/
public BeanDefinitionBuilder setSynthetic(boolean synthetic) {
this.beanDefinition.setSynthetic(synthetic);