Annotation Type Action


  • @Documented
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface Action
    An alternative when defining workflows entries. Classes annotated with "Action" are automatically recognized and registered as a action.

    Important: The XML definitions alienate annotated transforms and the two methods of definition are therefore mutually exclusive.

      • description

        String description
        Default:
        ""
      • version

        String version
        Default:
        ""
      • category

        int category
        Default:
        -1
      • categoryDescription

        String categoryDescription
        Default:
        ""
      • documentationUrl

        String documentationUrl
        Default:
        ""
      • casesUrl

        String casesUrl
        Default:
        ""
      • forumUrl

        String forumUrl
        Default:
        ""
      • classLoaderGroup

        String classLoaderGroup
        Default:
        ""
      • suggestion

        String suggestion
        Default:
        ""
      • keywords

        String[] keywords
        Default:
        {}