Avoid package cycle with web.service.invoker through plain javadoc reference

See gh-28386
This commit is contained in:
Juergen Hoeller 2022-05-12 13:17:12 +02:00
parent fc8e6705d6
commit a8c3c746af
1 changed files with 1 additions and 3 deletions

View File

@ -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>