Annotation 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 ElementsModifier and TypeOptional ElementDescriptionA brief description of theEntityAction.The name of theEntityAction.
-
Element Details
-
name
String nameThe name of the
EntityAction.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
String descriptionA brief description of theEntityAction.- Returns:
- The description of the EntityAction.
- Default:
""
-