Add missing Javadoc to Kotlin class
This commit is contained in:
+6
-1
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user