mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-01-17 11:56:48 +00:00
Add @FunctionalInterface to RequestMatcher
Add `@FunctionalInterface` to `RequestMatcher`. According to the documentation, it is a FunctionalInterface. See: https://docs.spring.io/spring-security/reference/6.5/servlet/authorization/authorize-http-requests.html#match-by-custom Signed-off-by: Guillaume Husta <guillaume.husta@gmail.com>
This commit is contained in:
parent
508b3f26e3
commit
dd1f097131
@ -28,6 +28,7 @@ import jakarta.servlet.http.HttpServletRequest;
|
||||
* @author Eddú Meléndez
|
||||
* @since 3.0.2
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface RequestMatcher {
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user