| Annotation Type | Description |
|---|---|
| ApiFlow |
This annotation is to be used on a method (typically on a class dedicated to
flow description) and contains an array of ApiFlowStep
|
| 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
|
| ApiFlowStep |
This annotation is to be used inside an annotaion of type @ApiFlow and references a method previously documented with the JSONDoc @ApiMethod
annotation in which the "id" property is specified
|
Copyright © 2017. All rights reserved.