Skip to content

Commit ded9c4e

Browse files
committed
Merge pull request #27155 from izeye
* pr/27155: Add Javadoc since to BeanDefinitionBuilder.setSynthetic() Closes gh-27155
2 parents 75d4465 + 925edf2 commit ded9c4e

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)