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