Polish Javadoc for @TestPropertySource

This commit is contained in:
Sam Brannen 2015-02-17 19:32:19 +01:00
parent 75e0bc9271
commit 0267715c9d
1 changed files with 4 additions and 1 deletions

View File

@ -121,7 +121,10 @@ public @interface TestPropertySource {
* {@code http:}, etc.) will be loaded using the specified resource protocol.
* Resource location wildcards (e.g. <code>*&#42;/*.properties</code>)
* are not permitted: each location must evaluate to exactly one
* {@code .properties} or {@code .xml} resource.
* {@code .properties} or {@code .xml} resource. Property placeholders
* in paths (i.e., <code>${...}</code>) will be
* {@linkplain org.springframework.core.env.Environment#resolveRequiredPlaceholders(String) resolved}
* against the {@code Environment}.
*
* <h3>Default Properties File Detection</h3>
* <p>See the class-level Javadoc for a discussion on detection of defaults.