Annotation Interface 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
    A brief description of the EntityAction.
    The name of the EntityAction.
  • Element Details

    • name

      String name

      The 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 description
      A brief description of the EntityAction.
      Returns:
      The description of the EntityAction.
      Default:
      ""