@NameBinding @Retention(value=RUNTIME) public @interface Status
Modifier and Type | Fields and Description |
---|---|
static int |
ACCEPTED
202 Accepted.
|
static int |
CREATED
201 Created.
|
static int |
NO_CONTENT
204 No Content.
|
Modifier and Type | Required Element and Description |
---|---|
int |
value |
public static final int CREATED
public static final int ACCEPTED