Avoid package cycle with web.service.invoker through plain javadoc reference
See gh-28386
This commit is contained in:
parent
fc8e6705d6
commit
a8c3c746af
|
@ -24,7 +24,6 @@ import java.lang.annotation.Target;
|
|||
|
||||
import org.springframework.core.annotation.AliasFor;
|
||||
import org.springframework.web.bind.annotation.Mapping;
|
||||
import org.springframework.web.service.invoker.UrlArgumentResolver;
|
||||
|
||||
/**
|
||||
* Annotation that declares an HTTP service method as an HTTP endpoint defined
|
||||
|
@ -55,8 +54,7 @@ import org.springframework.web.service.invoker.UrlArgumentResolver;
|
|||
* <td>{@link java.net.URI URI}</td>
|
||||
* <td>Dynamically set the URL for the request, overriding the annotation's
|
||||
* {@link #url()} attribute</td>
|
||||
* <td>{@link UrlArgumentResolver
|
||||
* HttpUrlArgumentResolver}</td>
|
||||
* <td>{@link org.springframework.web.service.invoker.UrlArgumentResolver}</td>
|
||||
* </tr>
|
||||
* <tr>
|
||||
* <td>{@link org.springframework.http.HttpMethod HttpMethod}</td>
|
||||
|
|
Loading…
Reference in New Issue