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 24
24
25
25
import org .springframework .core .annotation .AliasFor ;
26
26
import org .springframework .web .bind .annotation .Mapping ;
27
- import org .springframework .web .service .invoker .UrlArgumentResolver ;
28
27
29
28
/**
30
29
* Annotation that declares an HTTP service method as an HTTP endpoint defined
55
54
* <td>{@link java.net.URI URI}</td>
56
55
* <td>Dynamically set the URL for the request, overriding the annotation's
57
56
* {@link #url()} attribute</td>
58
- * <td>{@link UrlArgumentResolver
59
- * HttpUrlArgumentResolver}</td>
57
+ * <td>{@link org.springframework.web.service.invoker.UrlArgumentResolver}</td>
60
58
* </tr>
61
59
* <tr>
62
60
* <td>{@link org.springframework.http.HttpMethod HttpMethod}</td>
You can’t perform that action at this time.
0 commit comments