mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Fix truncated javadoc for Secured
Fixes: gh-5861
This commit is contained in:
parent
62db88ce6a
commit
f5e2ca1b6e
@ -51,7 +51,7 @@ import java.lang.annotation.Target;
|
||||
@Documented
|
||||
public @interface Secured {
|
||||
/**
|
||||
* Returns the list of security configuration attributes (e.g. ROLE_USER, ROLE_ADMIN).
|
||||
* Returns the list of security configuration attributes (e.g. ROLE_USER, ROLE_ADMIN).
|
||||
*
|
||||
* @return String[] The secure method attributes
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user