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
     
    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
      Default:
      ""