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