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

Issue 211 weird behaviour with CodeModel #214

Closed yuranos closed 6 years ago

yuranos commented 6 years ago

This PR is not to be merged. I created it to be able to understand CodeModel on a more advanced level and to get some advice from java community. It really boggled my mind.

stojsavljevic commented 6 years ago

@yuranos

I would like to replace JCodeModel with something better like JavaPoet for example. Can you maybe check JavaPoet and evaluate if it will be right fit for the project?