@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface HttpMethod
HttpMethod
.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Specifies the name of a HTTP method.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.