Add @since attributes
Issue gh-8900
This commit is contained in:
+1
@@ -27,6 +27,7 @@ import org.springframework.security.core.Authentication;
|
||||
*
|
||||
* @param <T> the type of object authorization is being performed against. This does not.
|
||||
* @author Evgeniy Cheban
|
||||
* @since 5.5
|
||||
*/
|
||||
public final class AuthenticatedAuthorizationManager<T> implements AuthorizationManager<T> {
|
||||
|
||||
|
||||
+1
@@ -31,6 +31,7 @@ import org.springframework.util.Assert;
|
||||
*
|
||||
* @param <T> the type of object being authorized.
|
||||
* @author Evgeniy Cheban
|
||||
* @since 5.5
|
||||
*/
|
||||
public final class AuthorityAuthorizationManager<T> implements AuthorizationManager<T> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user