Explicitly document UriTemplate as thread-safe

Issue: SPR-16173
This commit is contained in:
Juergen Hoeller
2017-11-10 20:20:23 +01:00
parent a5da05c3dc
commit de782026c4

View File

@@ -36,6 +36,9 @@ import org.springframework.util.Assert;
* <p>See {@link #expand(Map)}, {@link #expand(Object[])}, and {@link #match(String)}
* for example usages.
*
* <p>This class is designed to be thread-safe and reusable, allowing for any number
* of expand or match calls.
*
* @author Arjen Poutsma
* @author Juergen Hoeller
* @author Rossen Stoyanchev