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…
Reference in New Issue