Annotation Type Put


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

    • value

      String value
      Specify the path.
      Default:
      ""
    • instrumentRequestContext

      boolean instrumentRequestContext
      Default:
      false