Skip to content

Commit ec13b8d

Browse files
franticticktickjzheaux
authored andcommitted
Add @FunctionalInterface to AuthorizationEventPublisher
1 parent 1911c39 commit ec13b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/main/java/org/springframework/security/authorization/AuthorizationEventPublisher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
* @since 5.7
3131
* @see AuthorizationManager
3232
*/
33+
@FunctionalInterface
3334
public interface AuthorizationEventPublisher {
3435

3536
/**

0 commit comments

Comments
 (0)