We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b508a commit a5c38bdCopy full SHA for a5c38bd
core/src/main/java/org/springframework/security/authorization/AuthorizationManager.java
@@ -31,7 +31,7 @@
31
* @author Evgeniy Cheban
32
*/
33
@FunctionalInterface
34
-public interface AuthorizationManager<@Nullable T> {
+public interface AuthorizationManager<T extends @Nullable Object> {
35
36
/**
37
* Determines if access should be granted for a specific authentication and object.
0 commit comments