Merge pull request #27155 from izeye
* pr/27155: Add Javadoc since to BeanDefinitionBuilder.setSynthetic() Closes gh-27155
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user