Skip to content

@Frozen does not work on Map type #1148

@spadou

Description

@spadou

The @Frozen annotation does not work to freeze a full Map, like so:

@Frozen Map<String, String> map;

It generate the following CQL:

map<text, text>

Instead of:

frozen<map<text, text>>

It work on List and Set, or to froze the key and value of the Map, but not to froze the full Map.

I tested this on version 3.2.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions