we wanted to create custom decorators that will function similar to consumes() and produces, but want to add extra logic to those. Is there a straight forward way to do that? I am not too familiar with decorators, so apologies if this is a elementary question.
we wanted to create custom decorators that will function similar to consumes() and produces, but want to add extra logic to those. Is there a straight forward way to do that? I am not too familiar with decorators, so apologies if this is a elementary question.