mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 21:42:17 +00:00
Add missing Javadoc to Kotlin class
This commit is contained in:
parent
f37a4557e6
commit
1d6fdd249b
@ -19,8 +19,13 @@ package org.springframework.security.config.web.servlet
|
||||
import org.springframework.security.web.util.matcher.AnyRequestMatcher
|
||||
import org.springframework.security.web.util.matcher.RequestMatcher
|
||||
|
||||
/**
|
||||
* A base class that provides authorization rules for [RequestMatcher]s and patterns.
|
||||
*
|
||||
* @author Eleftheria Stein
|
||||
* @since 5.3
|
||||
*/
|
||||
abstract class AbstractRequestMatcherDsl {
|
||||
|
||||
/**
|
||||
* Matches any request.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user