Annotation Type Patch


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

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

      • value

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