You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-messaging/src/main/java/org/springframework/messaging/simp/handler/AnnotationMethodMessageHandler.java
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -138,12 +138,10 @@ public void setMessageConverter(MessageConverter<?> converter) {
138
138
}
139
139
140
140
/**
141
-
* Sets the custom list of {@code HandlerMethodArgumentResolver}s that will be used as
142
-
* the <em>first</em> argument resolvers when resolving the values of the mapped
143
-
* methods.
141
+
* Sets the list of custom {@code HandlerMethodArgumentResolver}s that will be used
142
+
* after resolvers for supported argument type.
144
143
*
145
-
* @param customArgumentResolvers the custom argument resolvers to be used first;
146
-
* never {@code null}.
144
+
* @param customArgumentResolvers the list of resolvers; never {@code null}.
0 commit comments