Skip to content

Commit 4036e91

Browse files
pongdangx2jzheaux
authored andcommitted
Add @FunctionalInterface to AuthenticationManager
1 parent 4169c0c commit 4036e91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/java/org/springframework/security/authentication/AuthenticationManager.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
* Processes an {@link Authentication} request.
2424
*
2525
* @author Ben Alex
26+
* @author KyeongHoon Lee
2627
*/
28+
@FunctionalInterface
2729
public interface AuthenticationManager {
2830

2931
/**

0 commit comments

Comments
 (0)