|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Documented public @interface HttpMethod
CRUX INTERNAL INTERFACE. DO NOT USE IT DIRECTLY. Use one of @GET,
@PUT, @POST, or @DELETE annotations.
HttpMethod.
GET,
POST,
PUT,
DELETE| Required Element Summary | |
|---|---|
String |
value
Specifies the name of a HTTP method. |
| Element Detail |
|---|
public abstract String value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||