Is lombok supported?
I tried creatina a simple entity, with @getters and @setters annotation.
The app was compiled, screens generated, etc., but at runtime I’ve got a “missing getter” error.
Adding manually getters and setters in the code solved the problem, so it seems that lombok was ignored.