@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface ApiFlowSet
This annotation is to be used on a type (typically on a class dedicated to
flow description) and will trigger scanning for @ApiFlow annotations
- Author:
- Fabio Maffioletti
- See Also:
ApiFlowStep