OpenFeign / feign-annotation-error-decoder

Apache License 2.0
51 stars 9 forks source link

makes annotation for ErrorHandling be inherited in most cases #17

Closed saintf closed 5 years ago

saintf commented 5 years ago

makes annotation for ErrorHandling be inherited in most cases, solving #10

saintf commented 5 years ago

Thanks for the catch - I've updated to also catch for classes inheriting (added tests to make sure it worked as advertised).