Bug in entity designer — removes some annotation options

Hi,
I have a problem with the entity designer. In entity a have this:

    @JoinColumn(name = “ADDRESS_ID”)
    @ManyToOne(fetch = FetchType.LAZY, cascade = [CascadeType.ALL])
    var address: Address? = null

After updating the entity in the designer, the cascade disappears.

Jmix Studio v2.7.1

Regards
Marcin