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 snicoll committed Jul 12, 2021
1 parent 75d4465 commit 925edf2
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 925edf2

Please sign in to comment.