Add Javadoc since to BeanDefinitionBuilder.setSynthetic()

See gh-27155
This commit is contained in:
Johnny Lim
2021-07-12 08:22:09 +02:00
committed by Stephane Nicoll
parent 75d4465908
commit 925edf28fc
@@ -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);