Skip to content

Commit e0be46e

Browse files
committed
Merge branch '6.3.x'
2 parents 3046855 + da65830 commit e0be46e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authorization/method-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ Kotlin::
10531053
@Target(ElementType.METHOD, ElementType.TYPE)
10541054
@Retention(RetentionPolicy.RUNTIME)
10551055
@PreAuthorize("hasRole('{value}')")
1056-
annotation class IsAdmin(val value: String)
1056+
annotation class HasRole(val value: String)
10571057
----
10581058
======
10591059

0 commit comments

Comments
 (0)