JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Module
io.helidon.common.http
Package
io.helidon.common.http
Annotation Interface HttpMethod
@Retention
(
RUNTIME
)
@Documented
@Target
({
METHOD
,
ANNOTATION_TYPE
})
public @interface
HttpMethod
HTTP Method. Can be used as a meta annotation.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
value
Text of the HTTP method.
Element Details
value
String
value
Text of the HTTP method.
Returns:
method