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
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String value
      Path on which to accept the DELETE request
    • Element Detail

      • value

        String value
        Path on which to accept the DELETE request
        Returns:
        path
        Default:
        "/*"