|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME)
@Target(value={})
public @interface ResponseCodeGeneric holder for a response code. Response codes are used as both the HTTP status response and as HTTP Warnings.
| Required Element Summary | |
|---|---|
int |
code
The code. |
java.lang.String |
condition
The condition under which the code is supplied. |
| Element Detail |
|---|
public abstract int code
public abstract java.lang.String condition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||