@Retention(value=RUNTIME) @Target(value={}) public @interface ResponseCode
| Modifier and Type | Required Element and Description |
|---|---|
int |
code
The code.
|
String |
condition
The condition under which the code is supplied.
|
| Modifier and Type | Optional Element and Description |
|---|---|
ResponseHeader[] |
additionalHeaders |
public abstract String condition
public abstract ResponseHeader[] additionalHeaders
Copyright © 2016. All rights reserved.