Add Javadoc since to BeanDefinitionBuilder.setSynthetic()
See gh-27155
This commit is contained in:
parent
75d4465908
commit
925edf28fc
|
@ -334,6 +334,7 @@ public final class BeanDefinitionBuilder {
|
||||||
/**
|
/**
|
||||||
* Set whether this bean is 'synthetic', that is, not defined by
|
* Set whether this bean is 'synthetic', that is, not defined by
|
||||||
* the application itself.
|
* the application itself.
|
||||||
|
* @since 5.3.9
|
||||||
*/
|
*/
|
||||||
public BeanDefinitionBuilder setSynthetic(boolean synthetic) {
|
public BeanDefinitionBuilder setSynthetic(boolean synthetic) {
|
||||||
this.beanDefinition.setSynthetic(synthetic);
|
this.beanDefinition.setSynthetic(synthetic);
|
||||||
|
|
Loading…
Reference in New Issue