tandraschko / quarkus-myfaces

26 stars 6 forks source link

Add support for CDI Flows producer #13

Closed tandraschko closed 5 years ago

tandraschko commented 5 years ago

See QuarkusFacesFlowProvider#getAnnotatedFlows

The original method uses the FlowBuilderExtension, which collects all @FlowDefinition producer, and calls the producer to get all Flow instances and return it.

tandraschko commented 5 years ago

should work now