I have a project where RAML defines some parameters that accept a string array whose values are confined in an enum. When code is generated for this API, it generates a class String.java which adds confusion during development.
Below is the link to reproducer.
https://github.com/techpavan/springmvc-raml-plugin-issues/tree/master/1