@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.
Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms