mirror of
https://github.com/spring-projects/spring-security.git
synced 2026-01-18 12:27:09 +00:00
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>