Hi
I'm trying to upgrade our swagger annotations from 1.5 -> 2.x
Our methods returns JSON objects that today uses ApiModel and ApiModelProperty annotations.
How to I change the annotations
@ApiModel -> corresponds to?
@ApiModelProperty -> corresponds to?
@ApiOperation -> @Operation ?
Thanx
Thomas