RpcPermissionGroup

annotation class RpcPermissionGroup(val value: String)

Annotation which can be used on RPCOps interface to group certain methods for the purposes of granting permissions to all of them. Please see usages of this interface for more details.

Properties

Link copied to clipboard
val value: Array<out String>