@Qualifier
@Target({TYPE,METHOD,PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @interface FlowBuilderParameter
 The presence of this annotation on a CDI producer method for the FlowDefinition annotation causes the
 FlowBuilder to be passed to that method. See FlowBuilder for a usage example.
 
- Since:
 - 2.2
 
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSupports inline instantiation of theFlowBuilderParameterqualifier.