@Target(value=METHOD)
@Retention(value=RUNTIME)
@Inherited
public @interface APIResponses
The ApiResponses annotation is a container for @ApiResponse annotations. When used on a method
it is treated as if each ApiResponse annotation were applied individually.