linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

Handle method order when validating methods to ensure consistent linked batch finder validation #806

Closed karthikrg closed 2 years ago

karthikrg commented 2 years ago

Finders can have linked batch finders associated with them. To ensure that the validation of these linked batch finders happens correctly, we need to process all the batch finder methods before the finder methods when processing annotations.