File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,7 @@ work.
133
133
[[resources-implementations]]
134
134
== Built-in `Resource` Implementations
135
135
136
- Spring includes several built-in `Resource` implementations, including but not limited to
137
- the following:
136
+ Spring includes several built-in `Resource` implementations:
138
137
139
138
* <<resources-implementations-urlresource>>
140
139
* <<resources-implementations-classpathresource>>
@@ -144,6 +143,10 @@ the following:
144
143
* <<resources-implementations-inputstreamresource>>
145
144
* <<resources-implementations-bytearrayresource>>
146
145
146
+ For a complete list of `Resource` implementations available in Spring, consult the
147
+ "All Known Implementing Classes" section of the
148
+ {api-spring-framework}/core/io/Resource.html[`Resource`] javadoc.
149
+
147
150
148
151
149
152
[[resources-implementations-urlresource]]
You can’t perform that action at this time.
0 commit comments