FYI, I'm working on annotation support for green-dao because we also need
it for Jackson.
Stay tuned.
Btw, it will be based on my hack to separate generated code from the actual
entity. I guess Markus did not have time to review it but I'm hoping to get
it on production in the following 3 weeks (sadly it is my side project
within the company).
you can follow here:
https://github.com/yigit/greenDAO
yigit
On Thu, Aug 2, 2012 at 5:49 AM, Markus Junginger <mar...@greenrobot.de>wrote:
> It's not supported. The only workaround I see at the moment is to annotate
> generated entity code. Of course, every code generation will overwrite, but
> maybe your entities are already stable. So, why not... Version control is a
> must anyways.
> I think there had been some discussion about passing annotations to the
> generator. If you want, you could give it a try by forking greenDAO. :)
> Markus