We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8e670 commit a8c3c74Copy full SHA for a8c3c74
1 file changed
spring-web/src/main/java/org/springframework/web/service/annotation/HttpExchange.java
@@ -24,7 +24,6 @@
24
25
import org.springframework.core.annotation.AliasFor;
26
import org.springframework.web.bind.annotation.Mapping;
27
-import org.springframework.web.service.invoker.UrlArgumentResolver;
28
29
/**
30
* Annotation that declares an HTTP service method as an HTTP endpoint defined
@@ -55,8 +54,7 @@
55
54
* <td>{@link java.net.URI URI}</td>
56
* <td>Dynamically set the URL for the request, overriding the annotation's
57
* {@link #url()} attribute</td>
58
- * <td>{@link UrlArgumentResolver
59
- * HttpUrlArgumentResolver}</td>
+ * <td>{@link org.springframework.web.service.invoker.UrlArgumentResolver}</td>
60
* </tr>
61
* <tr>
62
* <td>{@link org.springframework.http.HttpMethod HttpMethod}</td>
0 commit comments