File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3394,7 +3394,7 @@ definition to configure new `Account` instances.
3394
3394
You can also use autowiring to avoid having to specify a dedicated bean definition at
3395
3395
all. To have Spring apply autowiring, use the `autowire` property of the `@Configurable`
3396
3396
annotation. You can specify either `@Configurable(autowire=Autowire.BY_TYPE)` or
3397
- `@Configurable(autowire=Autowire.BY_NAME` for autowiring by type or by name,
3397
+ `@Configurable(autowire=Autowire.BY_NAME) ` for autowiring by type or by name,
3398
3398
respectively. As an alternative, it is preferable to specify explicit, annotation-driven
3399
3399
dependency injection for your `@Configurable` beans through `@Autowired` or `@Inject`
3400
3400
at the field or method level (see <<beans-annotation-config>> for further details).
You can’t perform that action at this time.
0 commit comments