@Target(value={ANNOTATION_TYPE,METHOD}) @Retention(value=RUNTIME) @Inherited @Documented public @interface ResourceAction
CreateAction| Modifier and Type | Required Element and Description |
|---|---|
String |
id |
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
DataAccess[] |
dataAccess |
String[] |
description |
Logical |
logical |
public abstract String id
public abstract String name
public abstract String[] description
public abstract Logical logical
public abstract DataAccess[] dataAccess
Copyright © 2016–2021. All rights reserved.