@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.
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.