Annotation Type Action
@Target(METHOD)
@Retention(RUNTIME)
@Inherited
public @interface Action
This annotation is used by the LITIENGINE to identify methods that should be registered as
EntityAction
by the entity framework.Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
description
java.lang.String
name
The name of theEntityAction
.
Element Details
name
java.lang.String nameThe name of theEntityAction
.If null or empty, the framework will use the name of the methods that this annotation was declared on.
- Returns:
- The name of the EntityAction.
- Default:
- ""
description
java.lang.String description- Default:
- ""