Annotation Type FlowDefinition


@Retention(RUNTIME) @Target(METHOD) @Qualifier public @interface FlowDefinition

The presence of this annotation on a CDI producer method indicates that the method will produce a flow. See FlowBuilder for a usage example.

Since:
2.2
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Supports inline instantiation of the FlowDefinition qualifier.