Browse Source

Fix WebMvcConfigurationSupport javadoc

pull/27037/head
Sviatoslav Hryb 3 years ago committed by Juergen Hoeller
parent
commit
708e61a7ef
  1. 2
      spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java

2
spring-webmvc/src/main/java/org/springframework/web/servlet/config/annotation/WebMvcConfigurationSupport.java

@ -145,6 +145,8 @@ import org.springframework.web.util.pattern.PathPatternParser; @@ -145,6 +145,8 @@ import org.springframework.web.util.pattern.PathPatternParser;
* for processing requests with {@link HttpRequestHandler HttpRequestHandlers}.
* <li>{@link SimpleControllerHandlerAdapter}
* for processing requests with interface-based {@link Controller Controllers}.
* <li>{@link HandlerFunctionAdapter}
* for processing requests with {@linkplain org.springframework.web.servlet.function.RouterFunction router functions}.
* </ul>
*
* <p>Registers a {@link HandlerExceptionResolverComposite} with this chain of

Loading…
Cancel
Save