Package jakarta.faces.flow.builder
Annotation Interface FlowBuilderParameter
@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
Modifier and TypeClassDescriptionstatic final class
Supports inline instantiation of theFlowBuilderParameter
qualifier.