cashapp/misk

LogRequestResponse isn't properly supported on classes

staktrace opened this issue · 0 comments

LogRequestResponse is an annotation that applies to both classes and methods but the implementation only checks for it on endpoint methods. It should also check to see if the class containing the endpoint has the annotation. Either that, or stop allowing the annotation on class elements.