File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-context/src/main/java/org/springframework/context/annotation Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 173173
174174 /**
175175 * Indicate the resource location(s) of the properties file to be loaded.
176- * For example, {@code "classpath:/com/myco/app.properties"} or
177- * {@code "file:/path/to/file"}.
176+ * <p>Both traditional and XML-based properties file formats are supported
177+ * — for example, {@code "classpath:/com/myco/app.properties"}
178+ * or {@code "file:/path/to/file.xml"}.
178179 * <p>Resource location wildcards (e.g. **/*.properties) are not permitted;
179180 * each location must evaluate to exactly one {@code .properties} resource.
180181 * <p>${...} placeholders will be resolved against any/all property sources already
You can’t perform that action at this time.
0 commit comments