Annotation Type PATCH


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public @interface PATCH
    Indicates that the annotated method responds to HTTP PUT requests. Inspirated from jax-rs api, but merged with Path for simplicity.
    Author:
    npiedeloup
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Defines a URI template for the resource class.
    • Element Detail

      • value

        String value
        Defines a URI template for the resource class.