Annotation Type Put


  • @Repeatable(Puts.class)
    @Retention(RUNTIME)
    public @interface Put
    Annotation to configure a route to handle PUT requests Set the value to configure for a specific (possibly wild-card) path, or leave empty to handle all PUT requests.
    Author:
    odeda
    • Optional Element Summary

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

      • value

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