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 TypeOptional ElementDescription
    java.lang.Stringdescription 
    java.lang.Stringname
    The name of the EntityAction.
  • Element Details

    • name

      java.lang.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

      java.lang.String description
      Default:
      ""