File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3560,11 +3560,11 @@ init-method.
3560
3560
[[aware-list]]
3561
3561
=== Other Aware interfaces
3562
3562
3563
- Besides `ApplicationContextAware` and `BeanNameAware` discussed above, Spring offers a
3564
- range of `Aware` interfaces that allow beans to indicate to the container that they
3565
- require a certain __infrastructure__ dependency. The most important `Aware` interfaces
3566
- are summarized below - as a general rule, the name is a good indication of the
3567
- dependency type:
3563
+ Besides `ApplicationContextAware` and `BeanNameAware` discussed above, Spring offers
3564
+ a range of `Aware` callback interfaces that allow beans to indicate to the container
3565
+ that they require a certain __infrastructure__ dependency. The most important `Aware`
3566
+ interfaces are summarized below - as a general rule, the name is a good indication of
3567
+ the dependency type:
3568
3568
3569
3569
[[beans-factory-nature-aware-list]]
3570
3570
.Aware interfaces
Original file line number Diff line number Diff line change @@ -289,8 +289,8 @@ The following table summarizes the strategy for converting ``String``s to ``Reso
289
289
[[resources-resourceloaderaware]]
290
290
== The ResourceLoaderAware interface
291
291
292
- The `ResourceLoaderAware` interface is a special marker interface, identifying objects
293
- that expect to be provided with a `ResourceLoader` reference.
292
+ The `ResourceLoaderAware` interface is a special callback interface which identifies
293
+ components that expect to be provided with a `ResourceLoader` reference:
294
294
295
295
[source,java,indent=0]
296
296
[subs="verbatim,quotes"]
You can’t perform that action at this time.
0 commit comments