@Retention(value=RUNTIME) @Target(value={METHOD,TYPE}) public @interface RequiresCrudPermissions
CrudAction
. The CRUD action is added at the end of the permission. For instance,
checking
for permission "admin:users" will effectively check for "admin:users:create" if the inferred CRUD action of the
method is
CrudAction.CREATE
.Copyright © 2013-2018–2019 SeedStack. All rights reserved.