Thanks, yeah I figued t hat out, but it's not obvious. Generally there is a lot of improvement potential in the API, regarding annotations for example (having non-string values etc).
The projekt seems a bit stale, is there still some development? Or am I better of switching to something like javapoet?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is in development, not very active but we use it in a reather big project to generate source code. We will be extening java-8 features in the near future.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there an update for this? How can I create a generic field, like List<Address>?
just include it in the type ;-)
newType("List<Address>")
Thanks, yeah I figued t hat out, but it's not obvious. Generally there is a lot of improvement potential in the API, regarding annotations for example (having non-string values etc).
The projekt seems a bit stale, is there still some development? Or am I better of switching to something like javapoet?
It is in development, not very active but we use it in a reather big project to generate source code. We will be extening java-8 features in the near future.