We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5da05c commit de78202Copy full SHA for de78202
spring-web/src/main/java/org/springframework/web/util/UriTemplate.java
@@ -36,6 +36,9 @@
36
* <p>See {@link #expand(Map)}, {@link #expand(Object[])}, and {@link #match(String)}
37
* for example usages.
38
*
39
+ * <p>This class is designed to be thread-safe and reusable, allowing for any number
40
+ * of expand or match calls.
41
+ *
42
* @author Arjen Poutsma
43
* @author Juergen Hoeller
44
* @author Rossen Stoyanchev
0 commit comments