javax.faces.flow.builder
Annotation Type FlowBuilderParameter


@Qualifier
@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=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



Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms