Add @FunctionalInterface to AuthenticationManager
This commit is contained in:
parent
4169c0cf36
commit
4036e910c7
|
@ -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 {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue