You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I have 2 unions classes, with a collection each, the collections are different from one another(not the same name). The second class collection need to be unmodifiable while on the other hand the first should be modifiable
Describe the solution you'd like
Ideallt, the first class should be modifiable while keeping the second one unmodifiable
Describe alternatives you've considered
I didn't see any, at least for now, though maybe a CollectionModifiable or CollectionUnmodifiable annotations would come in handy here?
Additional context
Thank you taking the time to read this issue
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I have 2 unions classes, with a collection each, the collections are different from one another(not the same name). The second class collection need to be unmodifiable while on the other hand the first should be modifiable
Describe the solution you'd like
Ideallt, the first class should be modifiable while keeping the second one unmodifiable
Describe alternatives you've considered
I didn't see any, at least for now, though maybe a CollectionModifiable or CollectionUnmodifiable annotations would come in handy here?
Additional context
Thank you taking the time to read this issue
The text was updated successfully, but these errors were encountered: