|
|
|
|
@ -302,6 +302,15 @@ public final class BeanDefinitionBuilder {
@@ -302,6 +302,15 @@ public final class BeanDefinitionBuilder {
|
|
|
|
|
return this; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Set whether this bean is a primary autowire candidate. |
|
|
|
|
* @since 5.1.11 |
|
|
|
|
*/ |
|
|
|
|
public BeanDefinitionBuilder setPrimary(boolean primary) { |
|
|
|
|
this.beanDefinition.setPrimary(primary); |
|
|
|
|
return this; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Set the role of this definition. |
|
|
|
|
*/ |
|
|
|
|
|