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.
2 parents a6af1de + 686f5d4 commit 922f945Copy full SHA for 922f945
spring-webmvc/src/main/java/org/springframework/web/servlet/HandlerExecutionChain.java
@@ -103,6 +103,7 @@ public void addInterceptor(HandlerInterceptor interceptor) {
103
104
/**
105
* Add the given interceptor at the specified index of this chain.
106
+ * @since 5.2
107
*/
108
public void addInterceptor(int index, HandlerInterceptor interceptor) {
109
this.interceptorList.add(index, interceptor);
0 commit comments