Explicitly document UriTemplate as thread-safe
Issue: SPR-16173
This commit is contained in:
@@ -36,6 +36,9 @@ import org.springframework.util.Assert;
|
|||||||
* <p>See {@link #expand(Map)}, {@link #expand(Object[])}, and {@link #match(String)}
|
* <p>See {@link #expand(Map)}, {@link #expand(Object[])}, and {@link #match(String)}
|
||||||
* for example usages.
|
* 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 Arjen Poutsma
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
|
|||||||
Reference in New Issue
Block a user