diff --git a/spring-web/src/main/java/org/springframework/web/util/UriTemplate.java b/spring-web/src/main/java/org/springframework/web/util/UriTemplate.java index 7b3137d3ba..1cda442eee 100644 --- a/spring-web/src/main/java/org/springframework/web/util/UriTemplate.java +++ b/spring-web/src/main/java/org/springframework/web/util/UriTemplate.java @@ -36,6 +36,9 @@ import org.springframework.util.Assert; *

See {@link #expand(Map)}, {@link #expand(Object[])}, and {@link #match(String)} * for example usages. * + *

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