Skip to content

Commit 925edf2

Browse files
izeyesnicoll
authored andcommitted
Add Javadoc since to BeanDefinitionBuilder.setSynthetic()
See gh-27155
1 parent 75d4465 commit 925edf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/support/BeanDefinitionBuilder.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ public BeanDefinitionBuilder setRole(int role) {
334334
/**
335335
* Set whether this bean is 'synthetic', that is, not defined by
336336
* the application itself.
337+
* @since 5.3.9
337338
*/
338339
public BeanDefinitionBuilder setSynthetic(boolean synthetic) {
339340
this.beanDefinition.setSynthetic(synthetic);

0 commit comments

Comments
 (0)