@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
public @interface Action
EntityAction by the entity framework.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
description |
java.lang.String |
name
The name of the
EntityAction. |