Skip to content

Commit 708e61a

Browse files
hrybsjhoeller
authored andcommitted
Fix WebMvcConfigurationSupport javadoc
1 parent e24b2e6 commit 708e61a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@
145145
* for processing requests with {@link HttpRequestHandler HttpRequestHandlers}.
146146
* <li>{@link SimpleControllerHandlerAdapter}
147147
* for processing requests with interface-based {@link Controller Controllers}.
148+
* <li>{@link HandlerFunctionAdapter}
149+
* for processing requests with {@linkplain org.springframework.web.servlet.function.RouterFunction router functions}.
148150
* </ul>
149151
*
150152
* <p>Registers a {@link HandlerExceptionResolverComposite} with this chain of

0 commit comments

Comments
 (0)