1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Add @since attributes

Issue gh-8900
This commit is contained in:
Josh Cummings
2020-12-16 15:41:38 -07:00
parent 34b4b1054f
commit c066e23a86
7 changed files with 7 additions and 0 deletions
@@ -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> {
@@ -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> {