JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
tech.corefinance.common.annotation
Annotation Interface PermissionResource
@Documented
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
public @interface
PermissionResource
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
resourceType
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
idPath
Element Details
resourceType
String
resourceType
idPath
String
idPath
Returns:
Empty string if this is the resource id. Otherwise, return memeber path to get id. For example: user.id
Default:
""