Backend API. Server-side code: this runs in a Codename One backend, not in the app on the device.
@Retention(CLASS) @Target({METHOD})
public @interface PatchMapping
Maps an HTTP PATCH to this method.
The path may carry {name} segments, bound with PathVariable.
Methods
public abstract String[] value() default {} | The path, relative to any RequestMapping on the class. |
Method details
value
public abstract String[] value() default {}The path, relative to any
RequestMapping on the class.