We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736b3c4 commit 97dac8aCopy full SHA for 97dac8a
spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerMapping.java
@@ -58,7 +58,7 @@ public interface HandlerMapping {
58
/**
59
* Name of the {@link HttpServletRequest} attribute that contains the mapped
60
* handler for the best matching pattern.
61
- * @since 5.1.3
+ * @since 4.3.21
62
*/
63
String BEST_MATCHING_HANDLER_ATTRIBUTE = HandlerMapping.class.getName() + ".bestMatchingHandler";
64
0 commit comments