Skip to content

Commit be822db

Browse files
Add @FunctionalInterface to AuthorizationEventPublisher
1 parent dd94b11 commit be822db

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)