Enables the persistence of the decorated field value between domain reloads.
It's important that the value is serializable, otherwise data can still be lost.
Only static fields are supported. Decorating non-static fields with this decorator is an error and will throw an exception.
Enables the persistence of the decorated field value between domain reloads.