File tree 1 file changed +3
-1
lines changed
spring-core/src/main/java/org/springframework/core/io
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 29
29
* performing {@link #getInputStream()} access via {@link Module#getResourceAsStream}.
30
30
*
31
31
* <p>Alternatively, consider accessing resources in a module path layout via
32
- * @link ClassPathResource} for exported resources, or specifically relative to
32
+ * { @link ClassPathResource} for exported resources, or specifically relative to
33
33
* a {@code Class} via {@link ClassPathResource#ClassPathResource(String, Class)}
34
34
* for local resolution within the containing module of that specific class.
35
+ * In common scenarios, module resources will simply be transparently visible as
36
+ * classpath resources and therefore do not need any special treatment at all.
35
37
*
36
38
* @author Juergen Hoeller
37
39
* @author Sam Brannen
You can’t perform that action at this time.
0 commit comments