@Documented @Inherited @Retention(value=RUNTIME) public @interface EndpointResponse
| Modifier and Type | Required Element and Description |
|---|---|
ResponseCode |
responseCode |
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
content |
String |
description |
ResponseHeader[] |
headers |
public abstract ResponseCode responseCode
public abstract String description
public abstract ResponseHeader[] headers
public abstract Class<?> content
Copyright © 2020. All rights reserved.