1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Add @since attributes

Issue gh-8900
This commit is contained in:
Josh Cummings
2020-12-16 15:41:38 -07:00
parent 34b4b1054f
commit c066e23a86
7 changed files with 7 additions and 0 deletions
@@ -1329,6 +1329,7 @@ public final class HttpSecurity extends AbstractConfiguredSecurityBuilder<Defaul
* options for the {@link AuthorizationManagerRequestMatcherRegistry}
* @return the {@link HttpSecurity} for further customizations
* @throws Exception
* @since 5.5
* @see #requestMatcher(RequestMatcher)
*/
public HttpSecurity authorizeHttpRequests(
@@ -41,6 +41,7 @@ import org.springframework.util.Assert;
*
* @param <H> the type of {@link HttpSecurityBuilder} that is being configured.
* @author Evgeniy Cheban
* @since 5.5
*/
public final class AuthorizeHttpRequestsConfigurer<H extends HttpSecurityBuilder<H>>
extends AbstractHttpConfigurer<AuthorizeHttpRequestsConfigurer<H>, H> {