2
0
Эх сурвалжийг харах

Add @FunctionalInterface to AuthenticationManager

KyeongHoon Lee 1 жил өмнө
parent
commit
4036e910c7

+ 2 - 0
core/src/main/java/org/springframework/security/authentication/AuthenticationManager.java

@@ -23,7 +23,9 @@ import org.springframework.security.core.AuthenticationException;
  * Processes an {@link Authentication} request.
  *
  * @author Ben Alex
+ * @author KyeongHoon Lee
  */
+@FunctionalInterface
 public interface AuthenticationManager {
 
 	/**