@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
Any additional headers to expect when this response code is provided.
|
TypeHint |
type
The expected representation when this response code is provided.
|
public abstract String condition
public abstract ResponseHeader[] additionalHeaders
public abstract TypeHint type
Copyright © 2006-2016–2019. All rights reserved.