1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Javadocs author tag doesn't work in methods

This commit is contained in:
Emil Sierżęga
2021-10-13 22:00:42 +02:00
committed by Eleftheria Stein-Kousathana
parent 6b26032ce7
commit a188138715
7 changed files with 6 additions and 19 deletions
@@ -31,6 +31,7 @@ import org.springframework.util.Assert;
*
* @param <T> the type of object being authorized
* @author Rob Winch
* @author Robbie Martinus
* @since 5.0
*/
public class AuthorityReactiveAuthorizationManager<T> implements ReactiveAuthorizationManager<T> {
@@ -67,8 +68,6 @@ public class AuthorityReactiveAuthorizationManager<T> implements ReactiveAuthori
/**
* Creates an instance of {@link AuthorityReactiveAuthorizationManager} with the
* provided authorities.
*
* @author Robbie Martinus
* @param authorities the authorities to check for
* @param <T> the type of object being authorized
* @return the new instance
@@ -96,8 +95,6 @@ public class AuthorityReactiveAuthorizationManager<T> implements ReactiveAuthori
/**
* Creates an instance of {@link AuthorityReactiveAuthorizationManager} with the
* provided authorities.
*
* @author Robbie Martinus
* @param roles the authorities to check for prefixed with "ROLE_"
* @param <T> the type of object being authorized
* @return the new instance