Add @FunctionalInterface to AuthorizationEventPublisher

This commit is contained in:
Max Batischev 2024-10-16 17:37:40 +03:00 committed by Josh Cummings
parent 1911c399a2
commit ec13b8db4b
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ import org.springframework.security.core.Authentication;
* @since 5.7
* @see AuthorizationManager
*/
@FunctionalInterface
public interface AuthorizationEventPublisher {
/**