Annotation Type Put


@Target(METHOD) @Retention(RUNTIME) public @interface Put
Marks a method that handles HTTP PUT requests.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Specify the path.
  • Element Details

    • value

      String value
      Specify the path.
      Default:
      ""