This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Replace @attribute
, @constant
, @optional
, @required
by one @value
annotation
#874
Labels
Is your feature request related to a problem?
These annotations are mutually exclusive. Handling them as separate annotations makes the GUI logic considerably more complex. It's also hard to see that they exclude each other.
Desired solution
Have only one annotation that subsumes all 4 annotations. The user would then be able to select the desired effect (attribute, constant, optional, required) in the annotation form, as well as default type and value just like before if needed.
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: