I'm using the Redisson client to store objects in Redis. I'm wondering how it's possible to define immutable objects when an object annotated with REntity must implement the default constructor.
I tried to define fields as final but the class must implement the default constructor.