My question is quite simple : is there a way to generate an ETag on a GET request using Java/RestEasy ?
In my mind, I'm searching for a simple-elegant annotation in the way of @Cache{param0=val0, param1=val1}
Someone know how to do that ? Any advice ?
Thanks in advance.