@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Documented public @interface HttpMethod
HttpMethod
.Modifier and Type | Fields and Description |
---|---|
static String |
DELETE
HTTP DELETE method.
|
static String |
GET
HTTP GET method.
|
static String |
HEAD
HTTP HEAD method.
|
static String |
OPTIONS
HTTP OPTIONS method.
|
static String |
PATCH
HTTP PATCH method.
|
static String |
POST
HTTP POST method.
|
static String |
PUT
HTTP PUT method.
|
public static final String GET
public static final String POST
public static final String PUT
public static final String DELETE
public static final String PATCH
public static final String HEAD
public static final String OPTIONS
public abstract String value
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.