Reputation: 1423
i am trying to solve the following problem: lets say i have some java interfaces that i need transfer to Restful API Modeling Language. is there any library that can help me to do that?
Upvotes: 0
Views: 269
Reputation: 1965
Maybe one of these can help you:
RAML for JAX-RS
Spring MVC-RAML Synchronizer
Upvotes: 1