Browse Source

Add Missing Since

Issue gh-10482
Josh Cummings 3 years ago
parent
commit
7e55c84cfc

+ 1 - 0
web/src/main/java/org/springframework/security/web/access/intercept/RequestMatcherDelegatingAuthorizationManager.java

@@ -119,6 +119,7 @@ public final class RequestMatcherDelegatingAuthorizationManager implements Autho
 		 * @param mappingsConsumer used to configure the {@link RequestMatcher} to
 		 * {@link AuthorizationManager} mappings.
 		 * @return the {@link Builder} for further customizations
+		 * @since 5.7
 		 */
 		public Builder mappings(
 				Consumer<Map<RequestMatcher, AuthorizationManager<RequestAuthorizationContext>>> mappingsConsumer) {