JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
Package
io.avaje.http.api
Annotation Type Delete
@Target
(
METHOD
)
@Retention
(
RUNTIME
) public @interface
Delete
Marks a method that handles HTTP DELETE requests.
{@code
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
Specify the path.
Element Detail
value
String
value
Specify the path.
Default:
""