@Target(value=METHOD) @Retention(value=RUNTIME) @HttpMethod(value="PUT") public @interface PUT
HttpMethod| Modifier and Type | Optional Element and Description |
|---|---|
StateValidationModel |
validatePreviousState
If this state validation is enabled, Crux will add an If-Match HTTP header to ensure that the PUT operation will only be
executed if the client retains the current state of the resource being updated.
|
public abstract StateValidationModel validatePreviousState
Copyright © 2016. All rights reserved.