File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
spring-web/src/main/java/org/springframework/web/service/annotation Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2424
2525import org .springframework .core .annotation .AliasFor ;
2626import org .springframework .web .bind .annotation .Mapping ;
27- import org .springframework .web .service .invoker .UrlArgumentResolver ;
2827
2928/**
3029 * Annotation that declares an HTTP service method as an HTTP endpoint defined
5554 * <td>{@link java.net.URI URI}</td>
5655 * <td>Dynamically set the URL for the request, overriding the annotation's
5756 * {@link #url()} attribute</td>
58- * <td>{@link UrlArgumentResolver
59- * HttpUrlArgumentResolver}</td>
57+ * <td>{@link org.springframework.web.service.invoker.UrlArgumentResolver}</td>
6058 * </tr>
6159 * <tr>
6260 * <td>{@link org.springframework.http.HttpMethod HttpMethod}</td>
You can’t perform that action at this time.
0 commit comments