phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

[Code to RAML] In Generated RAML we need handle exceptions #30

Open rahulkamuni opened 8 years ago

rahulkamuni commented 8 years ago

Hi, In Generated RAML we want to add some exceptions. Please check below snapshot exception

For each API we want to handle above scenario is there feasibility to add ? If it is already present then it is superb. .

kurtpa commented 8 years ago

Currently this is not supported. Do you want to add this manually (should be doable via annotation) or do you want the plugin to infer it from the code?