Annotation Interface Digest


@Target(PARAMETER) @Retention(RUNTIME) public @interface Digest
Annotation indicating a method parameter should be bound to digest message consumed from the conditional headers, like If-None-Match or If-Match, for a web request. Resolving the method argument depends on the web request method, and the real value in the conditional headers.
See Also:
  • DigestResolver