Package io.avaje.http.api
Annotation Type Delete
Marks a method that handles HTTP DELETE requests.
@Delete("{id}")
void delete(long id) {
...
}
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
Specify the path.- Default:
- ""
-