| Currently, @Immutable works for entities and collections, as indicated by ANN-542. By adding support for attributes, we can benefit from:
- lower memory consumption (no need to create copies for checking if entity is dirty or to put/read it from cache) - especially in cases where entity contains JSON documents
- faster flush operations
|