Annotation Type DeleteMapping


@Retention(CLASS) @Target(METHOD) public @interface DeleteMapping

Maps an HTTP DELETE to this method.

The path may carry {name} segments, bound with PathVariable.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The path, relative to any RequestMapping on the class.
  • Element Details