소스 검색

Add missing since

Issue gh-7765
Steve Riesenberg 3 년 전
부모
커밋
176f7b2b04
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

+ 1 - 0
config/src/main/java/org/springframework/security/config/web/server/ServerHttpSecurity.java

@@ -1689,6 +1689,7 @@ public class ServerHttpSecurity {
 			 * @param ipAddress the address or range of addresses from which the request
 			 * must come.
 			 * @return the {@link AuthorizeExchangeSpec} to configure
+			 * @since 5.7
 			 */
 			public AuthorizeExchangeSpec hasIpAddress(String ipAddress) {
 				return access(IpAddressReactiveAuthorizationManager.hasIpAddress(ipAddress));