Annotation Type Delete
-
@Repeatable(Deletes.class) @Retention(RUNTIME) public @interface Delete
Annotation to configure a route to handle DELETE requests Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all DELETE requests.- Author:
- odeda
-
-
Element Detail
-
value
String value
Path on which to accept the DELETE request- Returns:
- path
- Default:
- "/*"
-
-