Annotation Type Workflow


@Retention(RUNTIME)
@Target(TYPE)
@Component
public @interface Workflow
Indicates that the annotated class is a workflow object. This annotation serves as a specialization of the Spring framework's @Component annotation
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    java.lang.String value
    The value may indicate a suggestion for a logical workflow name, to be turned into a Spring bean in case of an autodetected component.
  • Element Details

    • value

      java.lang.String value
      The value may indicate a suggestion for a logical workflow name, to be turned into a Spring bean in case of an autodetected component.
      Returns:
      the suggested component name, if any
      Default:
      ""