Annotation Interface ActionMethod


@Retention(RUNTIME) @Target(METHOD) public @interface ActionMethod
Action method executable from Appfigurate. See Java @ActionMethod implementation
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    String that describes the purpose of the property, to appear in Appfigurate's Configure app screen.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    After the action method has been executed, the app can be optionally restarted.
  • Element Details

    • description

      String description
      String that describes the purpose of the property, to appear in Appfigurate's Configure app screen.
      Returns:
      string describing purpose of the property.
    • restart

      boolean restart
      After the action method has been executed, the app can be optionally restarted.
      Returns:
      true if the app should be restarted.
      Default:
      false