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

Collections are always initialized #266

Closed palpito closed 6 years ago

palpito commented 6 years ago

Despite setting the parameter initializeCollections in the pom file (inside tag) to false, all the collections in the models are initialized as empty collection.