Merge branch '6.3.x'

This commit is contained in:
Josh Cummings 2024-07-29 13:40:27 -06:00
commit e0be46ea84
No known key found for this signature in database
GPG Key ID: A306A51F43B8E5A5

View File

@ -1053,7 +1053,7 @@ Kotlin::
@Target(ElementType.METHOD, ElementType.TYPE) @Target(ElementType.METHOD, ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@PreAuthorize("hasRole('{value}')") @PreAuthorize("hasRole('{value}')")
annotation class IsAdmin(val value: String) annotation class HasRole(val value: String)
---- ----
====== ======