Add @FunctionalInterface to AuthorizationEventPublisher
This commit is contained in:
parent
1911c399a2
commit
ec13b8db4b
|
@ -30,6 +30,7 @@ import org.springframework.security.core.Authentication;
|
|||
* @since 5.7
|
||||
* @see AuthorizationManager
|
||||
*/
|
||||
@FunctionalInterface
|
||||
public interface AuthorizationEventPublisher {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue