Skip to content

Commit

Permalink
Add Javadoc since to BeanDefinitionBuilder.setSynthetic()
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and lxbzmy committed Mar 26, 2022
1 parent 86ed80c commit 74d5152
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -334,6 +334,7 @@ public BeanDefinitionBuilder setRole(int role) {
/**
* 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);
Expand Down

0 comments on commit 74d5152

Please sign in to comment.