Merge pull request #27155 from izeye

* pr/27155:
  Add Javadoc since to BeanDefinitionBuilder.setSynthetic()

Closes gh-27155
This commit is contained in:
Stephane Nicoll
2021-07-12 08:22:21 +02:00

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);