Add @FunctionalInterface to AuthenticationManager
This commit is contained in:
committed by
Josh Cummings
parent
4169c0cf36
commit
4036e910c7
+2
@@ -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 {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user