Marc Hadley schrieb:
> Right. The thinking is that if you have a lot of methods with common
> media type characteristics you can put the annotations at the class
> level and then only override them for individual methods that differ. If
> you only have a couple of methods in total and they are different you
> can just put the annotations at the method level since class level
> annotations won't save anything.
OK, thanks for the clarification.
Do you have a real-world use case in mind where a resource would
actually accept many methods with the same types of payloads? Right now,
I can't think of any...
Best regards, Julian