Skip to content

Commit

Permalink
Merge pull request #27155 from izeye
Browse files Browse the repository at this point in the history
* pr/27155:
  Add Javadoc since to BeanDefinitionBuilder.setSynthetic()

Closes gh-27155
  • Loading branch information
snicoll committed Jul 12, 2021
2 parents 75d4465 + 925edf2 commit ded9c4e
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 ded9c4e

Please sign in to comment.