Skip to content

Commit 716273d

Browse files
committed
Polish
Closes gh-967
1 parent 49d78b4 commit 716273d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/asciidoc/core-beans.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3438,7 +3438,7 @@ a reference to the name defined in its associated object definition.
34383438
----
34393439
public interface BeanNameAware {
34403440
3441-
void setBeanName(string name) throws BeansException;
3441+
void setBeanName(String name) throws BeansException;
34423442
34433443
}
34443444
----
@@ -4443,7 +4443,7 @@ automatically resolved, with no special setup necessary.
44434443

44444444
[NOTE]
44454445
====
4446-
`@Autowired`, `@Inject`, `@Resource`, and `@Value` annotations are handled by a Spring
4446+
`@Autowired`, `@Inject`, `@Resource`, and `@Value` annotations are handled by Spring
44474447
`BeanPostProcessor` implementations which in turn means that you __cannot__ apply these
44484448
annotations within your own `BeanPostProcessor` or `BeanFactoryPostProcessor` types (if
44494449
any). These types must be 'wired up' explicitly via XML or using a Spring `@Bean` method.

0 commit comments

Comments
 (0)