@Target(value={METHOD,TYPE})
 @Retention(value=RUNTIME)
 @Inherited
public @interface APIResponses
| Modifier and Type | Optional Element and Description | 
|---|---|
| Extension[] | extensionsList of extensions to be added to the  APIResponsesmodel corresponding to the containing annotation. | 
| APIResponse[] | valueAn array of APIResponse annotations | 
public abstract APIResponse[] value
public abstract Extension[] extensions
APIResponses model corresponding to the containing annotation.